diff options
author | GmOcean <hyperassassin@gmail.com> | 2014-11-23 23:16:52 -1000 |
---|---|---|
committer | GmOcean <hyperassassin@gmail.com> | 2014-11-23 23:16:52 -1000 |
commit | eca655c1e581a7a25f58e9e1d96d1da7c84ea64f (patch) | |
tree | a5dd1562a3eb7778ab7dcd2ae94b1b5824b90aa2 /doc/script_commands.txt | |
parent | 467327c8169d0c952cec53535f9f2189d85baa53 (diff) | |
download | hercules-eca655c1e581a7a25f58e9e1d96d1da7c84ea64f.tar.gz hercules-eca655c1e581a7a25f58e9e1d96d1da7c84ea64f.tar.bz2 hercules-eca655c1e581a7a25f58e9e1d96d1da7c84ea64f.tar.xz hercules-eca655c1e581a7a25f58e9e1d96d1da7c84ea64f.zip |
Fixed whitespace
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a67e74899..ddecc4f56 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8449,7 +8449,7 @@ if (instance_check_party(getcharid(1),2,2,149)) { mes "All online members are between levels 1-150 and at least two are online."; close; } else { - mes "Sorry, your party does not meet requirements."; + mes "Sorry, your party does not meet the requirements."; close; } @@ -8470,7 +8470,7 @@ Example: mes "All online members are between levels 1-150 and at least two are online."; close; } else { - mes "Sorry, your guild does not meet requirements."; + mes "Sorry, your guild does not meet the requirements."; close; } |