Skip to content

Commit

Permalink
Update 20241208211202_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Dec 28, 2024
1 parent b48b727 commit 2ead417
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/migrations/20241208211202_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ INSERT INTO `migrations` VALUES ('20241208211202');
-- Add Missing Script
UPDATE `gameobject_template` SET `script_name` = 'go_corrupted_plant' WHERE `entry` = 174597;

-- Remove Unused Pool
DELETE FROM `pool_template` WHERE `entry` = 39934;

-- Creature 5469 Shares Spawns With 5470
UPDATE `creature` SET `id2` = 5470 WHERE `id`= 5469;

Expand Down

0 comments on commit 2ead417

Please sign in to comment.