fix(DB/Creature): remove duplicate 25962 'Fire Eater' spawns (#19227)
This commit is contained in:
parent
e3e4a4cbbf
commit
0f7060fad4
1 changed files with 3 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue