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:
parent
24c97c5f2f
commit
6a7a516e63
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
DELETE FROM `game_event_creature` WHERE `guid` IN (245648,245645,245649);
|
||||
DELETE FROM `creature` WHERE `guid` IN (245648,245645,245649);
|
||||
Loading…
Add table
Add a link
Reference in a new issue