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 Dec 28, 2023
1 parent 24024d8 commit caef685
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 @@ -143,6 +143,10 @@ INSERT INTO `creature_ai_scripts` (`id`, `delay`, `priority`, `command`, `datalo
UPDATE `creature_template` SET `loot_id` = 0 WHERE `entry` = 235;
DELETE FROM `creature_loot_template` WHERE `entry` = 235;

-- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Remove Incorrect Creature
DELETE FROM `creature` WHERE `guid` = 21706;


-- End of migration.
END IF;
Expand Down

0 comments on commit caef685

Please sign in to comment.