From c536207c674ce1f143d5136c44830b1444d37f32 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 05:54:42 +0100 Subject: DB/Creature: Delete incorrectly spawned Gharsul the Remorseless Closes #11242 --- sql/updates/world/2014_01_27_01_creature.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_27_01_creature.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_27_01_creature.sql b/sql/updates/world/2014_01_27_01_creature.sql new file mode 100644 index 00000000000..06383902c49 --- /dev/null +++ b/sql/updates/world/2014_01_27_01_creature.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=86933; -- cgit v1.2.3