From c7607abd0ff368265ab8aa6069238084c8a822f2 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 14 Jun 2020 18:59:42 +0200 Subject: DB/Creature: Remove static spawns of Aldor Gryphon Guard Closes #24739 --- sql/updates/world/3.3.5/2020_06_14_08_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_06_14_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_06_14_08_world.sql b/sql/updates/world/3.3.5/2020_06_14_08_world.sql new file mode 100644 index 00000000000..c4ebed6881e --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_14_08_world.sql @@ -0,0 +1,2 @@ +-- Aldor Gryphon Guard is only summoned +DELETE FROM `creature` WHERE `id` = 22077; -- cgit v1.2.3