fix(Scripts/ZulGurub): Massive Geyser should not attack players. (#11909)

Fixes #11563
This commit is contained in:
UltraNix
2022-05-30 09:18:02 +02:00
committed by GitHub
parent 94e7338fe6
commit 1e79b10b79
2 changed files with 6 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ EndScriptData */
enum Spells
{
SPELL_FROSTBREATH = 16099,
SPELL_MASSIVEGEYSER = 22421, // Not working. (summon)
SPELL_MASSIVEGEYSER = 22421,
SPELL_SLAM = 24326
};