aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-05-17 14:08:00 +0300
committerGitHub <noreply@github.com>2025-05-17 13:08:00 +0200
commitd1fa9cbc4783eabc1fddbcaedf11c6b3043e6b66 (patch)
treebc62ad799701cb6eeb7a898da8f745312dc21a1f /sql
parent86f8a1e43f4b09ebd808d8b27ee8532839bf6f78 (diff)
Scripts/TheBotanica: Modernize Thorngrin script (#30943)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_17_02_world.sql6
1 files changed, 6 insertions, 0 deletions
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';