diff options
author | offl <offl@users.noreply.github.com> | 2020-06-14 18:59:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 21:35:12 +0100 |
commit | 13aa0173496f2facea4ba4a8ce9df09707d69857 (patch) | |
tree | a952a9148cbe49386d90a0aeb8e42081da452ffc /sql | |
parent | 6a6fd0880e84fb25f594d30a9e81a9acf448254f (diff) |
DB/Creature: Remove static spawns of Aldor Gryphon Guard
Closes #24739
(cherry picked from commit c7607abd0ff368265ab8aa6069238084c8a822f2)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_06_44_world_2020_06_14_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_44_world_2020_06_14_08_world.sql b/sql/updates/world/master/2022_01_06_44_world_2020_06_14_08_world.sql new file mode 100644 index 00000000000..c4ebed6881e --- /dev/null +++ b/sql/updates/world/master/2022_01_06_44_world_2020_06_14_08_world.sql @@ -0,0 +1,2 @@ +-- Aldor Gryphon Guard is only summoned +DELETE FROM `creature` WHERE `id` = 22077; |