Piece of shit stupid fucking cunt worthless server
This commit is contained in:
@@ -14,12 +14,11 @@ function(
|
||||
dstRaidFlags,
|
||||
spellID
|
||||
)
|
||||
local rayActive = aura_env.rayActive
|
||||
if aura_env.debug then rayActive = false end
|
||||
-- if aura_env.debug then rayActive = false end
|
||||
-- print(string.format("rayActive: %s, eventtype: %s", tostring(rayActive), tostring(eventtype)))
|
||||
if not rayActive and eventtype == "SPELL_AURA_APPLIED" then
|
||||
if aura_env.debug then spellID = 197268 end
|
||||
if spellID == 197268 and srcGUID == UnitGUID("player") then
|
||||
if not aura_env.rayActive and eventtype == "SPELL_AURA_APPLIED" then
|
||||
-- if aura_env.debug then spellID = 197268 end
|
||||
if spellID == aura_env.spellID and srcGUID == UnitGUID("player") then
|
||||
if aura_env.debug then print("Ray applied") end
|
||||
|
||||
aura_env.rayActive = true
|
||||
|
||||
Reference in New Issue
Block a user