From 623180a45af23699bdc8f154dc6c5403b49c3d9a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 May 2024 14:17:44 +0200 Subject: DB/Creature: Remove wrong spawned Raging Owlbeast and Zhevra Runner closes #27075 by CraftedRO --- sql/updates/world/3.3.5/2024_05_26_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_05_26_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_05_26_04_world.sql b/sql/updates/world/3.3.5/2024_05_26_04_world.sql new file mode 100644 index 00000000000..129784fb036 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_05_26_04_world.sql @@ -0,0 +1,3 @@ +-- Remove wrong spawned Raging Owlbeast and Zhevra Runner +DELETE FROM `creature` WHERE `guid` IN (41372,18658) AND `id` IN (7451,3242); +DELETE FROM `spawn_group` WHERE `spawnId` IN (41372,18658); -- cgit v1.2.3