fix(DB/Creature): Remove Overseer Faedris double spawn point. (#24015)

This commit is contained in:
Rocco Silipo
2025-12-02 20:03:21 +01:00
committed by GitHub
parent bb7753d363
commit a071a723ac

View File

@@ -0,0 +1,3 @@
-- Remove double spawn point
DELETE FROM `creature` WHERE (`id1` = 32250) AND (`guid` IN (125031));