diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-09 21:31:59 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-23 22:35:35 +0200 |
| commit | e856bedd92940234ec744d51706f9ddd1255ea73 (patch) | |
| tree | c65b0980473648aa539339f7f54cc78a39211a27 | |
| parent | 209fc0b90ee82dc1ca4f5a41917cde7fc2869e55 (diff) | |
DB/Creature: Balgaras the Foul
Closes #20291
(cherry picked from commit 11b6a7e8e4f520446479bed92f56651d4d500433)
| -rw-r--r-- | sql/updates/world/master/2020_08_23_32_world_2017_09_09_03_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_23_32_world_2017_09_09_03_world.sql b/sql/updates/world/master/2020_08_23_32_world_2017_09_09_03_world.sql new file mode 100644 index 00000000000..3468400e603 --- /dev/null +++ b/sql/updates/world/master/2020_08_23_32_world_2017_09_09_03_world.sql @@ -0,0 +1,11 @@ +-- Balgaras the --> Add More Texts +UPDATE `smart_scripts` SET `event_chance`=100 WHERE `entryorguid`=1364 AND `source_type`=0 AND `id`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=1364 AND `GroupID`=0 AND `ID`>0; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(1364,0,1,'$n! Betrayer of Ragnaros!',12,6,100,0,0,0,449,0,'Balgaras the Foul'), +(1364,0,2,'The Dark Iron Dwarves shall reclaim their rightful lands!',12,6,100,0,0,0,450,0,'Balgaras the Foul'), +(1364,0,3,'Foolish $C! You are no match for the minions of Ragnaros!',12,6,100,0,0,0,451,0,'Balgaras the Foul'), +(1364,0,4,'A worthless $R such as you, $n, has no right to walk these lands!',12,6,100,0,0,0,452,0,'Balgaras the Foul'), +(1364,0,5,'$n! Prepare to meet your doom!',12,6,100,0,0,0,453,0,'Balgaras the Foul'), +(1364,0,6,'Who is this weak $C who challenges my might? Die fool!',12,6,100,0,0,0,454,0,'Balgaras the Foul'), +(1364,0,7,'I am Balgaras the Foul. And you, $n, are about to become nothing more than ash and dust.',12,6,100,0,0,0,456,0,'Balgaras the Foul'); |
