aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaanuel <none@none>2009-12-20 23:20:47 -0300
committermaanuel <none@none>2009-12-20 23:20:47 -0300
commitaf83219083a2473068eb17092f9933247eace9f7 (patch)
treee39d047a31bc6df39419cbfde7e961974e7d76b2 /sql/updates
parent89fa7cf367afacc0520e4ec888989e91394ddca7 (diff)
Blackfathom Deeps: Corrected says in Kelris script.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6683_world_script_texts.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/6683_world_script_texts.sql b/sql/updates/6683_world_script_texts.sql
new file mode 100644
index 00000000000..05e679be8e3
--- /dev/null
+++ b/sql/updates/6683_world_script_texts.sql
@@ -0,0 +1,5 @@
+DELETE FROM `script_texts` WHERE `entry` IN (-1048000,-1048001,-1048002);
+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
+ (4832,-1048000,'Just...Dust...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5803,1,0,0,''),
+ (4832,-1048001,'Sleep...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5804,1,0,0,''),
+ (4832,-1048002,'Who dares disturb my meditation!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5805,1,0,0,'');