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:
LJFP 2023-09-17 16:19:22 -03:00 committed by GitHub
parent 24c97c5f2f
commit 6a7a516e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
DELETE FROM `game_event_creature` WHERE `guid` IN (245648,245645,245649);
DELETE FROM `creature` WHERE `guid` IN (245648,245645,245649);