mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Remove Overseer Faedris double spawn point. (#24015)
This commit is contained in:
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));
|
||||
Reference in New Issue
Block a user