From 5de6fe5d514b77b308511fccb48d03d2af9b396c Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:55:14 -0300 Subject: [PATCH] fix(DB/Text): Highlord Kruul's text (#14061) --- .../pending_db_world/rev_1670180194103488900.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1670180194103488900.sql diff --git a/data/sql/updates/pending_db_world/rev_1670180194103488900.sql b/data/sql/updates/pending_db_world/rev_1670180194103488900.sql new file mode 100644 index 000000000..c18067136 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1670180194103488900.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID` = 18338; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(18338, 0, 0, 'Azeroth has cowered too long under our shadow! Now, feel the power of the Burning Crusade, and despair!', 14, 0, 100, 0, 0, 0, 16046, 3, 'Highlord Kruul - On Spawn'), +(18338, 0, 1, 'Your fate is sealed, Azeroth! I will find the Aspect Shards, and then you will not stand against our might!', 14, 0, 100, 0, 0, 0, 16047, 3, 'Highlord Kruul - On Spawn'), +(18338, 0, 2, 'Cower, little worms! Your heroes are nothing! Your saviors will be our first feast!', 14, 0, 100, 0, 0, 0, 16045, 3, 'Highlord Kruul - On Spawn'), +(18338, 0, 3, 'Where? Where are the Shards! You cannot hide them from us!', 14, 0, 100, 0, 0, 0, 17097, 3, 'Highlord Kruul - On Spawn'), +(18338, 0, 4, 'Your world will die, mortals! Your doom is now at hand!', 14, 0, 100, 0, 0, 0, 16044, 3, 'Highlord Kruul - On Spawn'), +(18338, 1, 0, 'Your own strength feeds me, $n!', 14, 0, 100, 0, 0, 0, 8461, 0, 'Highlord Kruul - Just Killed'), +(18338, 2, 0, 'Ha! This place is not yet worthy of my infliction.', 14, 0, 100, 0, 0, 0, 16048, 0, 'Highlord Kruul - On Despawn');