From 9f5cba2929115acf2e82d0f6081e3dc63d8474fc Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 11 Jan 2019 01:01:49 +0100 Subject: DB/Creature: Remove wrong spawn --- sql/updates/world/3.3.5/2019_01_10_09_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_01_10_09_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_01_10_09_world.sql b/sql/updates/world/3.3.5/2019_01_10_09_world.sql new file mode 100644 index 00000000000..e836999b028 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_01_10_09_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id`=22281 AND `guid`= 78316; +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=78316; -- cgit v1.2.3