fix(Scripts/ZulGurub): Fixed spawning Edge of Madness bosses. (#11957)

Fixes #11609
This commit is contained in:
UltraNix
2022-06-16 17:07:48 +02:00
committed by GitHub
parent b75c67aad1
commit 235d2b6cf4
3 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `game_event_gameobject` WHERE `guid`=28704;
INSERT INTO `game_event_gameobject` VALUES
(27,28704),
(28,28704),
(29,28704),
(30,28704);
UPDATE `gameobject_template` SET `ScriptName`='go_brazier_of_madness' WHERE `entry`=180327;