Co-authored-by: Szyler <Szyler@Szyler.com>
This commit is contained in:
Szyler
2024-03-03 19:23:13 +01:00
committed by GitHub
parent 00255736e5
commit dc8afd6584
53 changed files with 2770 additions and 301 deletions
+2 -2
View File
@@ -89,14 +89,14 @@ end
function mod:SPELL_AURA_APPLIED(args)
if args:IsSpellID(21063) then
if args.destName == UnitName("player") then
if args:IsPlayer() then
WarnTwistedYou:Show()
end
WarnTwisted:Show(args.destName)
TimerTwisted:Start(args.destName)
elseif args:IsSpellID(32960) then
-- local target = tostring(args.destName)
if args.destName == UnitName("player") then
if args:IsPlayer() then
WarnMarkYou:Show()
else
if self.Options.KazzakWhisper and DBM:GetRaidRank() >= 1 then