From 4c9949d3e2df2e6731478322a272d826a993831e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 16 Feb 2014 10:56:42 +0100 Subject: DB/Creature: Delete some double spawns Updates #1515 --- sql/updates/world/2014_02_16_02_world_creature.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2014_02_16_02_world_creature.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_16_02_world_creature.sql b/sql/updates/world/2014_02_16_02_world_creature.sql new file mode 100644 index 00000000000..00ada626a5c --- /dev/null +++ b/sql/updates/world/2014_02_16_02_world_creature.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid`=86358 AND `id`=25915; +DELETE FROM `creature` WHERE `guid`=86387 AND `id`=25920; +DELETE FROM `creature` WHERE `guid`=86241 AND `id`=25887; +DELETE FROM `creature` WHERE `guid`=86327 AND `id`=25914; +DELETE FROM `creature` WHERE `guid`=86376 AND `id`=25916; +DELETE FROM `creature` WHERE `guid`=86426 AND `id`=25921; -- cgit v1.2.3