fix(Scripts/ZulGurub): Thekal improvements (#12238)

* fix(Scripts/ZulGurub): Thekal improvements

* Update boss_thekal.cpp
This commit is contained in:
Skjalf
2022-07-02 13:37:56 -03:00
committed by GitHub
parent 8de594e000
commit 16f2983307
4 changed files with 38 additions and 63 deletions

View File

@@ -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);