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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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