From 67c0c8da7d02daecec35b2c1a896c0b481fe5dae Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 14 Jan 2019 15:43:53 +0100 Subject: DB/Creature: Remove Daros Moonlance old spawn --- sql/updates/world/master/2019_01_14_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2019_01_14_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2019_01_14_00_world.sql b/sql/updates/world/master/2019_01_14_00_world.sql new file mode 100644 index 00000000000..9c0e51b9cf8 --- /dev/null +++ b/sql/updates/world/master/2019_01_14_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id` IN (36506) AND `guid`=85216; +DELETE FROM `creature_addon` WHERE `guid`=85216; -- cgit v1.2.3