mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
4
sql/updates/world/3.3.5/2017_08_30_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_08_30_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Lord Ello Ebonlocke -- Add another line
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=263 AND `GroupID`=0 AND `ID`=1;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(263,0,1,"The Night Watch alone cannot protect us forever. We need the backing of the Stormwind Army.",12,7,100,0,0,0,64,0,"Lord Ello Ebonlocke");
|
||||
Reference in New Issue
Block a user