From 9eb5e920fd4a62ebea42561b27e22db4e26260da Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 21 Sep 2015 14:59:52 +0200 Subject: DB/Creature: Remove a wrong spawn of "[DND]Esprit 1" Closes #15555 (cherry picked from commit ff71da2b05210c1d0ed088ef12b06bf4632ff830) --- sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql b/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql new file mode 100644 index 00000000000..03c7db23de9 --- /dev/null +++ b/sql/updates/world/2015_10_30_21_world_2015_09_21_00.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=84939 AND `id`=22023; -- cgit v1.2.3