mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Creature): remove duplicate 25962 'Fire Eater' spawns (#19227)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- remove duplicate 25962 'Fire Eater' spawns
|
||||
DELETE FROM `creature` WHERE (`id1` = 25962) AND (`guid` IN (25954, 25957));
|
||||
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (25954, 25957));
|
||||
Reference in New Issue
Block a user