mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557175548575526900');
|
||||
|
||||
DELETE FROM `creature` WHERE `guid` IN(97670, 101638, 101626);
|
||||
Reference in New Issue
Block a user