From 959fe73410809f5889ba0a3ea60307af48b3e932 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 4 Sep 2015 09:54:43 +0200 Subject: DB/Creature: Delete duplicate spawn --- sql/updates/world/2015_09_04_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_09_04_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_04_01_world.sql b/sql/updates/world/2015_09_04_01_world.sql new file mode 100644 index 00000000000..e9c3f9884ad --- /dev/null +++ b/sql/updates/world/2015_09_04_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=134518 AND `id`=23810; -- cgit v1.2.3