diff options
| author | megamage <none@none> | 2009-05-25 13:45:56 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-25 13:45:56 -0500 |
| commit | 6a2fbb3bf39d947d93478a7d7a37913b4b9fc182 (patch) | |
| tree | e2994268c8ebfc823c50df0436ee341855e31d1b /sql/trinityscript_script_texts.sql | |
| parent | 90019c344bdb00b9037e289bc560594ede591287 (diff) | |
*Fix an error in script_texts.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/trinityscript_script_texts.sql')
| -rw-r--r-- | sql/trinityscript_script_texts.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/trinityscript_script_texts.sql b/sql/trinityscript_script_texts.sql index 8cb34a7ee38..e65cfd8db57 100644 --- a/sql/trinityscript_script_texts.sql +++ b/sql/trinityscript_script_texts.sql @@ -323,8 +323,8 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content (-1000404, 'One more down!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 7, 0, 'stilwell SAY_DS_DOWN_2'), (-1000405, 'We\'ve done it! We won!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 7, 0, 'stilwell SAY_DS_DOWN_3'), (-1000406, 'Meet me down by the orchard--I just need to put my gun away.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 7, 0, 'stilwell SAY_DS_PROLOGUE'), -(-1000411, 'Mist! I feared I would never see you again! Yes, I am well, do not worry for me. You must rest and recover your health.', 0, 0, 7, 0, 'mist SAY_AT_HOME'), -(-1000412, 'growls in acknowledgement before straightening and making her way off into the forest.', 0, 2, 0, 0, 'mist EMOTE_AT_HOME'); +(-1000411, 'Mist! I feared I would never see you again! Yes, I am well, do not worry for me. You must rest and recover your health.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 7, 0, 'mist SAY_AT_HOME'), +(-1000412, 'growls in acknowledgement before straightening and making her way off into the forest.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, 0, 0, 'mist EMOTE_AT_HOME'); -- -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 |
