diff --git a/Dechickenator.lua b/Dechickenator.lua index 5f116b5..19e53e0 100644 --- a/Dechickenator.lua +++ b/Dechickenator.lua @@ -21,7 +21,7 @@ local function init() print(source) local msg = string.format("Индивидуум %s хочет поделиться своим истинным обликом", tostring(source)) CancelUnitBuff("player", spellName) - SendChatMessage(msg, "SAY") + SendChatMessage(msg, "EMOTE") DoEmote("spit", source) end end) diff --git a/Dechickenator.zip b/Dechickenator.zip index 7fc0edc..934a1f2 100644 Binary files a/Dechickenator.zip and b/Dechickenator.zip differ