aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/8051_world_creature_template.sql1
-rw-r--r--sql/updates/8051_world_script_texts.sql5
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8051_world_creature_template.sql b/sql/updates/8051_world_creature_template.sql
new file mode 100644
index 00000000000..6e6656dc9ca
--- /dev/null
+++ b/sql/updates/8051_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_wounded_skirmisher' WHERE `entry`=27463;
diff --git a/sql/updates/8051_world_script_texts.sql b/sql/updates/8051_world_script_texts.sql
new file mode 100644
index 00000000000..ca1a8d593a1
--- /dev/null
+++ b/sql/updates/8051_world_script_texts.sql
@@ -0,0 +1,5 @@
+DELETE FROM `script_texts` WHERE `npc_entry`=27463;
+INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES
+(27463, -1800046, 'Thank you. $Class!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'RANDOM_SAY_3'),
+(27463, -1800045, 'Whoa.. i nearly died there. Thank you, $Race!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'RANDOM_SAY_2'),
+(27463, -1800044, 'Ahh..better..', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'RANDOM_SAY_1');