From 16b649da12eb7ef61c057feebbb7caab3d8b924c Mon Sep 17 00:00:00 2001 From: offl Date: Tue, 20 Oct 2020 02:04:01 +0300 Subject: DB/Creature: Remove static spawn of Farahlon Crumbler Summoned by spells only (cherry picked from commit a183ca5bf5c424c4ac0940542a5b0942f242fb2e) --- sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_43_world_2020_10_20_05_world.sql (limited to 'sql') 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; -- cgit v1.2.3