diff options
author | Killyana <morphone1@gmail.com> | 2020-01-25 21:02:14 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-25 21:02:14 +0100 |
commit | 72b5039ec1cb670689d17bfa7023d6890b23c68b (patch) | |
tree | 99d008073d5784a471b5c3ae9cc4b8c1dc46313e | |
parent | 24ad6f79675f56981a5b398e16cb5d9a3bb46e12 (diff) |
DB/Creature: Spire Spiderling
Summoned by a spell
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_25_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_25_01_world.sql b/sql/updates/world/3.3.5/2020_01_25_01_world.sql new file mode 100644 index 00000000000..dfdcc7d90da --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_25_01_world.sql @@ -0,0 +1,2 @@ +-- Spire Spiderling +DELETE FROM `creature` WHERE `id` = 10375; |