From a183ca5bf5c424c4ac0940542a5b0942f242fb2e 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 --- sql/updates/world/3.3.5/2020_10_20_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_20_05_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3