mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Formations): Pack near the first scout is not linked properly (#20403)
* Fix(Core/SQL): Pack near the first scout is not linked properly * Update rev_1730519194220305125.sql Added backticks. --------- Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8b6dfad54d
commit
009dd9fda1
@@ -0,0 +1,8 @@
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = 41817;
|
||||
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`) VALUES
|
||||
(41817, 41817, 0, 0, 515),
|
||||
(41817, 42661, 1.0, 0.0, 515),
|
||||
(41817, 54838, 1.0, 1.57, 515),
|
||||
(41817, 42595, 1.0, 3.14, 515),
|
||||
(41817, 43739, 1.0, 4.71, 515);
|
||||
Reference in New Issue
Block a user