mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
fix(DB/Creature): Remove Overseer Faedris double spawn point. (#24015)
This commit is contained in:
parent
bb7753d363
commit
a071a723ac
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/Faedris.sql
Normal file
3
data/sql/updates/pending_db_world/Faedris.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Remove double spawn point
|
||||
DELETE FROM `creature` WHERE (`id1` = 32250) AND (`guid` IN (125031));
|
||||
Loading…
Add table
Add a link
Reference in a new issue