From 31ee4b14f2a5ba8e18d11b28c55c2b127bfafe7b Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Mon, 13 May 2019 19:13:15 +0200 Subject: [PATCH] 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) --- data/sql/updates/pending_db_world/rev_1557175548575526900.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1557175548575526900.sql diff --git a/data/sql/updates/pending_db_world/rev_1557175548575526900.sql b/data/sql/updates/pending_db_world/rev_1557175548575526900.sql new file mode 100644 index 000000000..0fa293c29 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1557175548575526900.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1557175548575526900'); + +DELETE FROM `creature` WHERE `guid` IN(97670, 101638, 101626);