diff options
author | offl <offl@users.noreply.github.com> | 2020-10-20 02:04:01 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 21:57:42 +0100 |
commit | 16b649da12eb7ef61c057feebbb7caab3d8b924c (patch) | |
tree | f6aff20923e434944bae7fd2c65a7b945f11a9e4 | |
parent | e11a15f3bad052370a5ac87d11a4f45ac81a1282 (diff) |
DB/Creature: Remove static spawn of Farahlon Crumbler
Summoned by spells only
(cherry picked from commit a183ca5bf5c424c4ac0940542a5b0942f242fb2e)
-rw-r--r-- | sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql b/sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql new file mode 100644 index 00000000000..806c222de9a --- /dev/null +++ b/sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 21077; |