Skip to content

Commit

Permalink
added missing DELETE before INSERT
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimfeather authored Oct 5, 2024
1 parent 500b4e5 commit 23da3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/world/base/zone_searing_gorge.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
(608504, 8504, 0, 0, 0, 0, 0, 1, 1, 1, -6630.98, -1233.1, 209.809, 1.29509, 300, 0, 0, 2578, 0, 0, 0, 0, 0, '', NULL, 0, NULL);

/* Group Maltorius together with the 2 sentries */
DELETE FROM `creature_formations` WHERE `leaderGUID` = 5845;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(5845, 5845, 0, 0, 3, 0, 0),
(5845, 5846, 0, 0, 3, 0, 0),
Expand Down

0 comments on commit 23da3eb

Please sign in to comment.