diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 16:37:32 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-22 16:37:32 +0000 |
commit | 510732bf8cc3f487969dcbde2d01099fd3eef42b (patch) | |
tree | 5d69e75e8d496e11db2537ec0c01ac8b7dcd944b /conf | |
parent | 54aed550d3d0a6208da6651b460fbbff65ca10c4 (diff) | |
download | hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.gz hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.bz2 hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.xz hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.zip |
* Removed mail commands that no longer exist from help.txt.
* Finally getting around to fixing a few bug reports
- Corrected some view IDs for some newer headgears. (bugreport:1842)
- 11.3 bows are now equippable by all archer classes. (bugreport:1885)
* Getting around to fixing some script bug.
- Fixed bugs in the nameless quest, and other npcs. (bugreport:1845)
- Fixed some bugs in the WoE:SE control devices. (bugreport:1848)
- Fixed minor typo in the novice grounds. (Bugreport:1877)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/help.txt | 10 |
2 files changed, 4 insertions, 8 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index e0abb4a88..9ac8b6e28 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2008/07/22 + * Rev. 12981 Removed mail commands that no longer exist from help.txt. [L0ne_W0lf] 2008/06/14 * Rev. 12833 Uncommented all novice map, and added mapflags. [L0ne_W0lf] * Additionally; changed starting map from new_zone to new_1-1. diff --git a/conf/help.txt b/conf/help.txt index 0e1f65427..baf0692ad 100644 --- a/conf/help.txt +++ b/conf/help.txt @@ -168,11 +168,5 @@ 1:@reject - Rejects an invitation to a duel. 1:@leave - Leaves a duel. 1: - 1:--- MAIL SYSTEM --- (SQL Only) (Must be enabled) - 1:@checkmail - Check # of messages. - 1:@listmail - List all messages. - 1:@listnewmail - List only new mail. - 1:@readmail - Read a message. - 1:@sendmail - Send mail. - 1:deletemail - Deletes a message. - 80:@sendprioritymail - Sends priority mail (cannot be deleted until read) + 1:--- MAIL SYSTEM --- (SQL Only) + 1:@mail - Open mail box. |