fix(DB/Spawns) Removes 6x creature spawns for "Lordaeron Citizen" (#22552)
This commit is contained in:
parent
dc3d2def80
commit
e0aca50840
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Deletes 6 "Lordaeron Citizens" who shouldn't be in the Orb Room (Teleport from Undercity to Silvermon)
|
||||
DELETE FROM `creature` WHERE `id1` = 3617 AND `guid` IN (132259, 132263, 132262, 132260, 132264, 132261);
|
||||
Loading…
Add table
Add a link
Reference in a new issue