aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6742_world_script_texts.sql3
-rw-r--r--sql/updates/6742_world_script_waypoints.sql9
-rw-r--r--sql/updates/6742_world_scriptnames.sql1
3 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/6742_world_script_texts.sql b/sql/updates/6742_world_script_texts.sql
new file mode 100644
index 00000000000..5bc4684c3c2
--- /dev/null
+++ b/sql/updates/6742_world_script_texts.sql
@@ -0,0 +1,3 @@
+DELETE FROM `script_texts` WHERE `entry`=-1571035;
+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
+ (30007,-1571035,'The battle is about to begin! Am I reading this card right It... It''s the nefarious magnataur lord, STINKBEARD! Yes, folks, STINKBEARD! Chitchat dosen''t stand a chance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,13363,1,0,0,'');
diff --git a/sql/updates/6742_world_script_waypoints.sql b/sql/updates/6742_world_script_waypoints.sql
new file mode 100644
index 00000000000..306b6ca3552
--- /dev/null
+++ b/sql/updates/6742_world_script_waypoints.sql
@@ -0,0 +1,9 @@
+DELETE FROM `script_waypoint` WHERE `entry`=30017;
+INSERT INTO `script_waypoint` VALUES
+ (30017, 1, 5790.975, -2927.297, 286.277, 0, ''),
+ (30017, 2, 5803.003, -2952.998, 286.277, 0, ''),
+ (30017, 3, 5805.184, -2958.513, 282.899, 0, ''),
+ (30017, 4, 5807.038, -2961.449, 280.250, 0, ''),
+ (30017, 5, 5808.862, -2965.138, 277.089, 0, ''),
+ (30017, 6, 5811.703, -2970.821, 273.569, 0, ''),
+ (30017, 7, 5789.979, -2980.250, 273.584, 0, '');
diff --git a/sql/updates/6742_world_scriptnames.sql b/sql/updates/6742_world_scriptnames.sql
new file mode 100644
index 00000000000..60b96643ab1
--- /dev/null
+++ b/sql/updates/6742_world_scriptnames.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_stinkbeard' WHERE `entry`=30017;