mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00
Fix issue #104
This commit is contained in:
parent
7b38e44382
commit
394f7a7821
@ -464,7 +464,7 @@ function onTalk(name, level, mode, message, channelId, creaturePos)
|
||||
g_map.addThing(staticText, creaturePos, -1)
|
||||
end
|
||||
|
||||
local defaultMessage = mode < 3 and true or false
|
||||
local defaultMessage = mode <= 3 and true or false
|
||||
speaktype = SpeakTypes[mode]
|
||||
|
||||
if not speaktype then
|
||||
|
Loading…
x
Reference in New Issue
Block a user