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:
Poszer
2019-05-13 19:13:15 +02:00
committed by GitHub
parent bd74996186
commit 31ee4b14f2

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557175548575526900');
DELETE FROM `creature` WHERE `guid` IN(97670, 101638, 101626);