Remove debug prints
This commit is contained in:
@@ -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")
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user