diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-01-29 15:48:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 15:48:59 +0100 |
commit | 0f5b8447d0c82120e5ff58eb1931e80911017cdc (patch) | |
tree | d142cb3446d5c286f07122c30a3de2c2308bd74d | |
parent | dc43a08d369ef9c52b3425754545385962a2ffde (diff) |
DB/Creature: Delete incorrectly spawned Gharsul the Remorseless
Closes #21326
-rw-r--r-- | sql/updates/world/master/2018_01_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |