mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/Creature): Removed duplicated fire festival Flame Wardens (#16671)
* fix(DB/GameEventCreature): Removed duplicated fire festival Flame Guards. * Also removed the NPCs from the creatures table * Removed reference to old table.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `game_event_creature` WHERE `guid` IN (245648,245645,245649);
|
||||
DELETE FROM `creature` WHERE `guid` IN (245648,245645,245649);
|
||||
Reference in New Issue
Block a user