aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-05-28 17:46:24 +0300
committerGitHub <noreply@github.com>2025-05-28 16:46:24 +0200
commit640ee4519993e8578fbb0b0cf53a4196026b3500 (patch)
treeecbc991baf1ea7ac492201f073422efef8a7599e /sql
parente045dd021121f3c90451d0dcc88eed874798ebf2 (diff)
Scripts/The Slave Pens: Modernize Kalithresh script (#30957)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_28_02_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_28_02_world.sql b/sql/updates/world/3.3.5/2025_05_28_02_world.sql
new file mode 100644
index 00000000000..5e5d40f414b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_05_28_02_world.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `creature_text` WHERE `CreatureID` = 17798 AND `GroupID` = 3 AND `ID` = 1;
+DELETE FROM `creature_text` WHERE `CreatureID` = 17798 AND `GroupID` = 5;
+INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
+(17798,5,0,"%s begins to channel from the nearby distiller...",16,0,100,0,0,0,19166,0,"kalithresh EMOTE_CHANNEL");