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