mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(Scripts/ZulGurub): Massive Geyser should not attack players. (#11909)
Fixes #11563
This commit is contained in:
@@ -29,7 +29,7 @@ EndScriptData */
|
||||
enum Spells
|
||||
{
|
||||
SPELL_FROSTBREATH = 16099,
|
||||
SPELL_MASSIVEGEYSER = 22421, // Not working. (summon)
|
||||
SPELL_MASSIVEGEYSER = 22421,
|
||||
SPELL_SLAM = 24326
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user