Skip to content

Commit

Permalink
Update 20230623143144_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Sep 8, 2023
1 parent 437c99c commit b0f5903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/migrations/20230623143144_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,10 @@ INSERT INTO `creature_groups` (`leader_guid`, `member_guid`, `dist`, `angle`, `f
(51253, 51274, 4, 2.35619, 11),
(51253, 51278, 4, 3.92699, 11);

-- Remove Duplicate Object
DELETE FROM `gameobject` WHERE `guid` = 42329;
DELETE FROM `pool_gameobject` WHERE `guid` = 42329;


-- End of migration.
END IF;
Expand Down

0 comments on commit b0f5903

Please sign in to comment.