diff options
| author | Killyana <morphone1@gmail.com> | 2020-01-25 21:02:14 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 23:47:37 +0100 |
| commit | 2452b9c7f7a25912792db6256d128bd8b0f236f2 (patch) | |
| tree | 382621b5e6f59bfb87e96b1d5ac90ce00fb91671 | |
| parent | cdeb752941104137c98e40e8feb8143b8dc7f076 (diff) | |
DB/Creature: Spire Spiderling
Summoned by a spell
(cherry picked from commit 72b5039ec1cb670689d17bfa7023d6890b23c68b)
| -rw-r--r-- | sql/updates/world/master/2021_12_20_28_world_2020_01_25_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_28_world_2020_01_25_01_world.sql b/sql/updates/world/master/2021_12_20_28_world_2020_01_25_01_world.sql new file mode 100644 index 00000000000..dfdcc7d90da --- /dev/null +++ b/sql/updates/world/master/2021_12_20_28_world_2020_01_25_01_world.sql @@ -0,0 +1,2 @@ +-- Spire Spiderling +DELETE FROM `creature` WHERE `id` = 10375; |
