diff options
author | offl <offl@users.noreply.github.com> | 2020-10-20 02:04:01 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-20 02:04:01 +0300 |
commit | a183ca5bf5c424c4ac0940542a5b0942f242fb2e (patch) | |
tree | dd939d52c98079c7f05effbc79f0c4fa76c87122 | |
parent | ed3d9b69dda0c58b1079b74db6759934a905f9e0 (diff) |
DB/Creature: Remove static spawn of Farahlon Crumbler
Summoned by spells only
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_20_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_20_05_world.sql b/sql/updates/world/3.3.5/2020_10_20_05_world.sql new file mode 100644 index 00000000000..806c222de9a --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_20_05_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 21077; |