fix(DB/Spawns) Removes 6x creature spawns for "Lordaeron Citizen" (#22552)

This commit is contained in:
Ryan Turner
2025-07-24 21:24:37 +01:00
committed by GitHub
parent dc3d2def80
commit e0aca50840

View File

@@ -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);