Skip to content

Commit 734193b

Browse files
committed
Add BroadcastTextId and edit text to match
1 parent 06a5856 commit 734193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/sql/updates/pending_db_world/rev_1765118365334046500.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ UPDATE `quest_template_addon` SET `PrevQuestID` = 11231 WHERE (`ID` = 11432);
44
-- Add Mage-Lieutenant Malister's text
55
DELETE FROM `creature_text` WHERE (`CreatureID` = 23888) AND (`GroupID` IN (0));
66
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
7-
(23888, 0, 0, '$N, I would have words with you.', 15, 0, 100, 0, 0, 0, 0, 0, 'Mage-Lieutenant Malister - Quest 11231');
7+
(23888, 0, 0, '$n, I would have words with you.', 15, 0, 100, 0, 0, 0, 23634, 0, 'Mage-Lieutenant Malister - Quest 11231');
88

99
-- Father Levariol - Store player who completes Of Keys and Cages and send to Mage-Lieutenant Malister
1010
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24038;

0 commit comments

Comments
 (0)