From 6e8c66eeb389dbff9dae71e44964eadda97bad21 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Thu, 20 Aug 2009 02:27:23 +0200 Subject: Merge [SD2] r1354 Add one lost text from revision 1352. --HG-- branch : trunk --- sql/FULL/world_script_texts.sql | 3 ++- sql/updates/5217_world_scripts.sql | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sql/updates/5217_world_scripts.sql (limited to 'sql') diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql index c7b8b9e6728..7af18b21cbf 100644 --- a/sql/FULL/world_script_texts.sql +++ b/sql/FULL/world_script_texts.sql @@ -386,7 +386,8 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content (-1000441,'You don\'t mind if I stop here for a moment, do you?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'kerlonian SAY_KER_SLEEP_4'), (-1000442,'Be on the alert! The Blackwood furbolgs are numerous in the area...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'kerlonian SAY_KER_ALERT_1'), (-1000443,'It\'s quiet... Too quiet...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'kerlonian SAY_KER_ALERT_2'), -(-1000444,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'kerlonian SAY_KER_END'); +(-1000444,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,0,0,0,'kerlonian SAY_KER_END'), +(-1000445,'%s wakes up!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,0,2,0,0,'kerlonian EMOTE_KER_AWAKEN'); -- -1 033 000 SHADOWFANG KEEP INSERT INTO `script_texts` (`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 diff --git a/sql/updates/5217_world_scripts.sql b/sql/updates/5217_world_scripts.sql new file mode 100644 index 00000000000..2cc8543a948 --- /dev/null +++ b/sql/updates/5217_world_scripts.sql @@ -0,0 +1,3 @@ +DELETE FROM script_texts WHERE entry=-1000445; +INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES +(-1000445,'%s wakes up!',0,2,0,0,'kerlonian EMOTE_KER_AWAKEN'); -- cgit v1.2.3