diff options
| author | Supabad <none@none> | 2010-08-26 14:30:32 +0200 |
|---|---|---|
| committer | Supabad <none@none> | 2010-08-26 14:30:32 +0200 |
| commit | 97f98e9bbdb1a4c64738306eaca300b937e3c97c (patch) | |
| tree | 641df45382ed050ccb74847f075785de510da7c0 /sql/updates | |
| parent | 62bf0540c780a2ba573bbfa555d33b3ca1bbef11 (diff) | |
Add sql´s in fulls and replace .txt file to .sql in previous commit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9600_world_script_texts.sql | 8 | ||||
| -rw-r--r-- | sql/updates/9604_world_script_waypoint.sql (renamed from sql/updates/9604_world_script_waypoint.txt) | 0 | ||||
| -rw-r--r-- | sql/updates/9604_world_scriptname.sql (renamed from sql/updates/9604_world_scriptname.txt) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/9600_world_script_texts.sql b/sql/updates/9600_world_script_texts.sql index 77a96b48ac9..2233b74de39 100644 --- a/sql/updates/9600_world_script_texts.sql +++ b/sql/updates/9600_world_script_texts.sql @@ -1,6 +1,6 @@ DELETE FROM script_texts WHERE entry BETWEEN -1000578 AND -1000575; INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES -(-1000575,'All systems on-line. Prepare yourself, we leave shortly.',0,0,0,0,'max_a_million SAY_START'), -(-1000576,'Be careful in there and come back in one piece!',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FAREWELL'), -(-1000577,'Proceed.',0,0,0,0,'max_a_million SAY_CONTINUE'), -(-1000578,'You are back! Were you able to get all of the machines?',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FINISH'); +(19589,-1000575,'All systems on-line. Prepare yourself, we leave shortly.',0,0,0,0,'max_a_million SAY_START'), +(19589,-1000576,'Be careful in there and come back in one piece!',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FAREWELL'), +(19589,-1000577,'Proceed.',0,0,0,0,'max_a_million SAY_CONTINUE'), +(19589,-1000578,'You are back! Were you able to get all of the machines?',0,0,0,0,'bot-specialist_alley SAY_ALLEY_FINISH'); diff --git a/sql/updates/9604_world_script_waypoint.txt b/sql/updates/9604_world_script_waypoint.sql index c609929268a..c609929268a 100644 --- a/sql/updates/9604_world_script_waypoint.txt +++ b/sql/updates/9604_world_script_waypoint.sql diff --git a/sql/updates/9604_world_scriptname.txt b/sql/updates/9604_world_scriptname.sql index c5c0580944a..c5c0580944a 100644 --- a/sql/updates/9604_world_scriptname.txt +++ b/sql/updates/9604_world_scriptname.sql |
