diff options
author | Kittnz <frederik156@hotmail.com> | 2016-12-10 19:17:05 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-12 16:39:36 +0100 |
commit | 1f2bb1d793090bc6bae7c6d43448ab7910c7bf2d (patch) | |
tree | 63ab765721834c83159a7ce7402d2ece0927c7fe | |
parent | 0bec6e9fc08ae09731b4c71c4601e5682fa23028 (diff) |
DB/Creature: delete a few Trash mobs in Supremus
by Keader
(cherry picked from commit 9486123afbaedfe33d7e9983d7f06f850f73bac6)
-rw-r--r-- | sql/updates/world/master/2018_03_12_06_world_2016_12_10_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_12_06_world_2016_12_10_01_world.sql b/sql/updates/world/master/2018_03_12_06_world_2016_12_10_01_world.sql new file mode 100644 index 00000000000..c7a11f1d564 --- /dev/null +++ b/sql/updates/world/master/2018_03_12_06_world_2016_12_10_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `creature` WHERE `guid` IN(54260, 54258, 54261, 54255, 54257); |