mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
5
sql/updates/world/3.3.5/2020_08_02_25_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_08_02_25_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user