diff --git a/Dechickenator.lua b/Dechickenator.lua index 19e53e0..bb4a849 100644 --- a/Dechickenator.lua +++ b/Dechickenator.lua @@ -15,10 +15,8 @@ local function init() local target = CLEUParser.GetDestName(...) if target ~= UnitName("player") then return end local spellName = CLEUParser.GetSpellName(...) - print(spellName) if not Dechickenator_Data.blacklistedBuffs[spellName] then return end local source = CLEUParser.GetSourceName(...) - print(source) local msg = string.format("Индивидуум %s хочет поделиться своим истинным обликом", tostring(source)) CancelUnitBuff("player", spellName) SendChatMessage(msg, "EMOTE") diff --git a/Dechickenator.zip b/Dechickenator.zip index 205953d..cd73551 100644 Binary files a/Dechickenator.zip and b/Dechickenator.zip differ