diff options
| author | Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> | 2025-12-16 19:36:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 19:36:03 +0000 |
| commit | 6b170b78c9380a36a9b2b87d2c76376bd79e93a1 (patch) | |
| tree | 5e46af573640b34da43bb8c67fbe9808c895ab6c | |
| parent | ddcbd455f1362c1f6e77f77757d35daef1ec5673 (diff) | |
fix(DB/Creature) - Removes Raven's Wood Ent spawns from the world (#24121)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
| -rw-r--r-- | data/sql/updates/pending_db_world/rev_1765909554013506200.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1765909554013506200.sql b/data/sql/updates/pending_db_world/rev_1765909554013506200.sql new file mode 100644 index 0000000000..6b44a5c046 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1765909554013506200.sql @@ -0,0 +1,2 @@ +-- Raven's Wood Ent shouldn't exist in world, only spawnable via a spell. +DELETE FROM `creature` WHERE `id1` = 21853; |
