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
+1 -1
View File
@@ -571,7 +571,7 @@ function mod:SPELL_AURA_APPLIED(args) -- Weakened phase (C'Thun and tentacles)
end
end
if args:IsSpellID(2117117) then -- (From beneath it devours you)
if args.destName == UnitName("player") then
if args:IsPlayer() then
SpecwarnStomach:Show()
SendChatMessage(""..UnitName("PLAYER").."is being sent to the stomach", "Say")
else