fix(Scripts/TempleOfAhnQiraj): Correct Anubisath Defender Explode spell ID (#13500)
Update temple_of_ahnqiraj.cpp
This commit is contained in:
parent
328763a599
commit
e9be05131c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ enum Spells
|
|||
SPELL_SHADOW_STORM = 26555,
|
||||
SPELL_THUNDERCLAP = 26554,
|
||||
SPELL_ENRAGE = 14204,
|
||||
SPELL_EXPLODE = 25699,
|
||||
SPELL_EXPLODE = 25698,
|
||||
SPELL_SUMMON_WARRIOR = 17431,
|
||||
SPELL_SUMMON_SWARMGUARD = 17430,
|
||||
SPELL_SUMMON_LARGE_OBSIDIAN_CHUNK = 27630, // Server-side
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue