diff options
author | Emistry <Equinox1991@gmail.com> | 2015-07-05 04:41:30 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-07-05 04:41:30 +0800 |
commit | d90ac66c877b6843f90cd88e0e9577a1a19f74d8 (patch) | |
tree | b41b331bfa07be06702cbcbe9864fae7bf19c118 /npc/woe-se | |
parent | 25c5a610555f442005d562ad463a4f22efb6f744 (diff) | |
download | hercules-d90ac66c877b6843f90cd88e0e9577a1a19f74d8.tar.gz hercules-d90ac66c877b6843f90cd88e0e9577a1a19f74d8.tar.bz2 hercules-d90ac66c877b6843f90cd88e0e9577a1a19f74d8.tar.xz hercules-d90ac66c877b6843f90cd88e0e9577a1a19f74d8.zip |
Removed blank text contents in NPC scripts.
http://herc.ws/board/tracker/issue-8677-lots-of-blank-things-in-scripts/
Diffstat (limited to 'npc/woe-se')
-rw-r--r-- | npc/woe-se/agit_main_se.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/woe-se/agit_main_se.txt b/npc/woe-se/agit_main_se.txt index bad6b27f7..4fe109ccc 100644 --- a/npc/woe-se/agit_main_se.txt +++ b/npc/woe-se/agit_main_se.txt @@ -697,12 +697,12 @@ OnStartArena: mes .@n$; mes "Guardian Stones that have"; mes "been destroyed can be revived"; - mes "after a certain time, but one of^FFFFFF ^000000 the guild members must give"; - mes "me the order. I can also report^FFFFFF ^000000 the status of the Guardian Stones."; + mes "after a certain time, but one of the guild members must give"; + mes "me the order. I can also report the status of the Guardian Stones."; close; case 2: mes .@n$; - mes "^4D4DFFFortress Gates^000000 are the second ^FFFFFF ^000000 line of guild stronghold defense,"; + mes "^4D4DFFFortress Gates^000000 are the second line of guild stronghold defense,"; mes "and are protected by extra barricades activated by the Guardian Stones."; mes "These gates are located in three different parts of the fortress."; next; |