mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
Fix(SQL): deactivated sunblade protectors is not linked properly (#20404)
* Fix(SQL): deactivated sunblade protectors is not linked properly * Update rev_1730519930456661020.sql Added backticks. --------- Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5010236ad5
commit
a8d7b8d736
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 42587;
|
||||
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(42587, 42587, 0, 0, 515),
|
||||
(42587, 54824, 1.0, 0.0, 515),
|
||||
(42587, 42640, 1.0, 1.57, 515),
|
||||
(42587, 54829, 1.0, 3.14, 515),
|
||||
(42587, 42659, 1.0, 4.71, 515),
|
||||
(42587, 42586, 1.0, 6.28, 515);
|
||||
Reference in New Issue
Block a user