From 994f40fa9809dffa4547ca038822fe1be9f7f514 Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Mon, 1 Feb 2010 02:08:04 +0100 Subject: * Fix typo in script_texts entry -1580067. Reported by ogeraisi. --HG-- branch : trunk --- sql/updates/7274_world_script_texts.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/7274_world_script_texts.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3