mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Fix npc trade and npc chat
This commit is contained in:
@@ -239,7 +239,7 @@ end
|
||||
|
||||
function addPrivateText(text, speaktype, name, isPrivateCommand, creatureName)
|
||||
local focus = false
|
||||
if speaktype.speakType == SpeakNpcFrom then
|
||||
if speaktype.npcChat then
|
||||
name = 'NPCs'
|
||||
focus = true
|
||||
end
|
||||
|
Reference in New Issue
Block a user