From 3127b37215b8b0ac07a096373e3c3493f6d55184 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:15:36 +0200 Subject: [PATCH] Update 00_cleanup.sql --- data/sql/world/base/00_cleanup.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/sql/world/base/00_cleanup.sql b/data/sql/world/base/00_cleanup.sql index 207bc7c..8433642 100644 --- a/data/sql/world/base/00_cleanup.sql +++ b/data/sql/world/base/00_cleanup.sql @@ -11,6 +11,9 @@ UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273); /* Delete unused Creature Addon data */ DELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133928); +-- needed to avoid error because zone_burning_steppes is run before zone_hillsbrad_foothills +DELETE FROM `pool_creature` WHERE `pool_entry` IN (601046); + -- undo incorrect waypoint IDs DELETE FROM `waypoint_data` WHERE `id` = 48310; -- Lady Sarevess DELETE FROM `waypoint_data` WHERE `id` = 101820; -- Rexxar