fix(DB/Creature): remove duplicate 25962 'Fire Eater' spawns (#19227)

This commit is contained in:
sudlud 2024-06-29 15:48:41 +02:00 committed by GitHub
parent e3e4a4cbbf
commit 0f7060fad4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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));