From d1fa9cbc4783eabc1fddbcaedf11c6b3043e6b66 Mon Sep 17 00:00:00 2001 From: offl <11556157+offl@users.noreply.github.com> Date: Sat, 17 May 2025 14:08:00 +0300 Subject: Scripts/TheBotanica: Modernize Thorngrin script (#30943) --- sql/updates/world/3.3.5/2025_05_17_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_05_17_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_05_17_02_world.sql b/sql/updates/world/3.3.5/2025_05_17_02_world.sql new file mode 100644 index 00000000000..1bf341b5dca --- /dev/null +++ b/sql/updates/world/3.3.5/2025_05_17_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID` = 17978 AND `GroupID` = 8; +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(17978,8,0,"Welcome my brothers! Bask in the glory of my power!",14,0,100,53,0,0,16961,0,"Thorngrin the Tender - Intro"); + +UPDATE `creature_template` SET `ScriptName` = 'boss_thorngrin_the_tender' WHERE `ScriptName` = 'thorngrin_the_tender'; -- cgit v1.2.3