mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
fix(Scripts/ZulGurub): Thekal improvements (#12238)
* fix(Scripts/ZulGurub): Thekal improvements * Update boss_thekal.cpp
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_formations` WHERE `memberGUID` IN (49313, 49314);
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(49310, 49313, 0, 0, 27, 0, 0),
|
||||
(49310, 49314, 0, 0, 27, 0, 0);
|
||||
Reference in New Issue
Block a user