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:
IntelligentQuantum 2024-11-04 19:16:17 +03:30 committed by GitHub
parent 5010236ad5
commit a8d7b8d736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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