From fafe10ea87fe3c0ad2d3795142c1fbe217c08ab1 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 2 Aug 2020 21:24:32 +0300 Subject: DB/Creature: Fix IC intro texts and TextRange Closes #25165 --- sql/updates/world/3.3.5/2020_08_02_25_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_25_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_02_25_world.sql b/sql/updates/world/3.3.5/2020_08_02_25_world.sql new file mode 100644 index 00000000000..c9f56fd254d --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_25_world.sql @@ -0,0 +1,5 @@ +-- Fix IC intro texts and TextRange +-- Highlord Tirion Fordring used broadcast text for his gossip menu; TextRange is wrong at least for type 12 +UPDATE `creature_text` SET `BroadcastTextId` = 37027 WHERE `CreatureID` = 37119 AND `GroupID` = 0 AND `ID` = 0; +UPDATE `creature_text` SET `TextRange` = 2 WHERE `CreatureID` = 37119; +UPDATE `creature_text` SET `TextRange` = 2 WHERE `CreatureID` = 37187 AND `GroupID` BETWEEN 15 AND 18; -- cgit v1.2.3