diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-22 18:05:23 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-22 18:05:23 +0000 |
commit | bc6ac0943bd618ae8cc484ba517d75d417e612a7 (patch) | |
tree | 2aaf9855dd3623a5d9d497adb9fa042f88010b1d /doc | |
parent | 6e092fb71e98c4a13658eb4d18a228b73f987819 (diff) | |
download | hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.gz hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.bz2 hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.tar.xz hercules-bc6ac0943bd618ae8cc484ba517d75d417e612a7.zip |
- Fixed a typo in eA Job System documentation.
- Fixed some bugs in Cursed Spirit quest. (bugreport:4914, bugreport:4917)
- Changed <dir> in movenpc to wrap around if the number is < 0 or > 7.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14830 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ea_job_system.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ea_job_system.txt b/doc/ea_job_system.txt index 8e2d1c3ba..1ca05d6ce 100644 --- a/doc/ea_job_system.txt +++ b/doc/ea_job_system.txt @@ -102,7 +102,7 @@ EAJL_UPPER: EAJL_BABY: Check if a class is an adopted class. - if (@job&EAJ_BABY) + if (@job&EAJL_BABY) mes "Don't you hate being weak?"; EAJ_UPPERMASK: |