From e74e4bdee466d50f960910b78c0cd574b77014ee Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 11 Jul 2019 19:37:18 +0200 Subject: DB/Creature: Remove Kraz's Corpse as it must be spawn via script --- sql/updates/world/3.3.5/2019_07_11_04_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_11_04_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_11_04_world_335.sql b/sql/updates/world/3.3.5/2019_07_11_04_world_335.sql new file mode 100644 index 00000000000..aa0aa6a6331 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_11_04_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (89212) AND `id`=24444; +DELETE FROM `creature_addon` WHERE `guid` IN (89212); -- aura 42726 -- cgit v1.2.3