Fix npc trade and npc chat

This commit is contained in:
Eduardo Bart
2012-07-26 12:42:15 -03:00
parent 0a49f58e50
commit 9ad9d88e10
5 changed files with 21 additions and 13 deletions

View File

@@ -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