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:
parent
ddcbd455f1
commit
6b170b78c9
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Raven's Wood Ent shouldn't exist in world, only spawnable via a spell.
|
||||
DELETE FROM `creature` WHERE `id1` = 21853;
|
||||
Loading…
Add table
Add a link
Reference in a new issue