fix(DB/Creature): Delete creature, wrong spawn (#1804)
* fix(DB/Creature): Posible wrong spawned - Delete one creature from Borean T. Creature is wrongly spawned there causing issue entering in combat with other creature (CreatureTextMgr: Could not find TextGroup 1 for Creature(Bone Warrior) GuidLow 97670 Entry 26126. Ignoring. * fix(DB/Creature): Posible wrong spawned - Deleting two more wrong spawned creatures * GUID 101638, ID 25660 (Festering Ghoul) * GUID 101626, ID 25660 (Festering Ghoul)
This commit is contained in:
parent
bd74996186
commit
31ee4b14f2
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557175548575526900');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN(97670, 101638, 101626);
|
||||
Loading…
Add table
Add a link
Reference in a new issue