aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2010-02-01 02:08:04 +0100
committerXTZGZoReX <none@none>2010-02-01 02:08:04 +0100
commit994f40fa9809dffa4547ca038822fe1be9f7f514 (patch)
tree76b1b39ffab03e8c591fed0750d15f4505d50ad2 /sql/updates
parent8da617fca9e5b12a25593b4db52d5bf774ef1c65 (diff)
* Fix typo in script_texts entry -1580067. Reported by ogeraisi.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7274_world_script_texts.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/7274_world_script_texts.sql b/sql/updates/7274_world_script_texts.sql
new file mode 100644
index 00000000000..c784abaaf71
--- /dev/null
+++ b/sql/updates/7274_world_script_texts.sql
@@ -0,0 +1,3 @@
+DELETE FROM `script_texts` WHERE `entry` = -1580067;
+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
+(25608,-1580067,'Stay on task! Do not waste time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12496,1,0,0,'KJ - SAY_KJ_OFFCOMBAT2');