Piece of shit stupid fucking cunt worthless server

This commit is contained in:
2025-05-15 21:19:05 +02:00
parent 49543bd75a
commit f085b3bd89
3 changed files with 34 additions and 24 deletions

View File

@@ -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