From e4e0acbe5e349eaf51b50b610300de96971f5347 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 22 Nov 2015 12:04:20 +0100 Subject: DB/Creature: Delete duplicate spawn By tkrokli, closes #15874 --- sql/updates/world/2015_11_22_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_22_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_11_22_00_world.sql b/sql/updates/world/2015_11_22_00_world.sql new file mode 100644 index 00000000000..2b70a2c97b6 --- /dev/null +++ b/sql/updates/world/2015_11_22_00_world.sql @@ -0,0 +1,2 @@ +-- Remove wrong spawn of Cornish Rex Cat in Dun Morogh: +DELETE FROM `creature` WHERE `guid`= 1528 and `id`= 7384; -- cgit v1.2.3