diff options
author | offl <offl@users.noreply.github.com> | 2020-06-14 18:59:42 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-06-14 18:59:42 +0200 |
commit | c7607abd0ff368265ab8aa6069238084c8a822f2 (patch) | |
tree | c1877aaad25b9348a5cdd27396e5468e22f33d57 /sql/updates | |
parent | 45af4a97943d33fd747074aa0ec47fe4f1529b49 (diff) |
DB/Creature: Remove static spawns of Aldor Gryphon Guard
Closes #24739
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2020_06_14_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |