fix(DB/Creature) - Removes Raven's Wood Ent spawns from the world (#24121)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner 2025-12-16 19:36:03 +00:00 committed by GitHub
parent ddcbd455f1
commit 6b170b78c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Raven's Wood Ent shouldn't exist in world, only spawnable via a spell.
DELETE FROM `creature` WHERE `id1` = 21853;