DB/Creature: Fix IC intro texts and TextRange

Closes #25165

(cherry picked from commit fafe10ea87)
This commit is contained in:
offl
2020-08-02 21:24:32 +03:00
committed by Shauren
parent 2dc8115b65
commit bfecd12da8

View File

@@ -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;