From e0825cc0a01efa6e8ba186778b1d4c65e36643ef Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 12 Sep 2020 03:16:55 +0300 Subject: DB/Creature: Remove static spawn of Burning Felguard Spawned throught Scarshield Portal only --- sql/updates/world/3.3.5/2020_09_12_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_12_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_12_00_world.sql b/sql/updates/world/3.3.5/2020_09_12_00_world.sql new file mode 100644 index 00000000000..f66646875e7 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_12_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` = 10263; -- cgit v1.2.3