From efbfbccc23819d7725a1129dc32aa6c922b8840b Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:06:35 +0200 Subject: [PATCH] Update zz_cleanup.sql clean up old guids --- sql/world/base/zz_cleanup.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/world/base/zz_cleanup.sql b/sql/world/base/zz_cleanup.sql index 5ed0c1f..7c4ec44 100644 --- a/sql/world/base/zz_cleanup.sql +++ b/sql/world/base/zz_cleanup.sql @@ -60,3 +60,6 @@ DELETE FROM `battlemaster_entry` WHERE `entry` = @Deze; -- alliance battlemasters DELETE FROM `game_event_creature` WHERE `guid` IN (207918, 207929, 207951, 208042, 208081, 208107); +-- Alterac Valley - now using @CGUID 670000 instead +DELETE FROM `waypoint_data` WHERE `id` IN (6300880, 6300890, 6301050, 6301060, 6301140, 6301330, 6301380, 6301390); +DELETE FROM `creature_addon` WHERE `guid` IN (630088, 630089, 630105, 630106, 630114, 630133, 630138, 630139, 630164, 630165, 630181, 630182, 630190, 630209, 630214, 630215);