diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 02:28:43 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 02:28:43 +0000 |
commit | 0fff381fcb3cf402f579b4dd62d15f3e6323f014 (patch) | |
tree | 7fbb8797d62c271127f88b0e8aa567243f9a8915 /Changelog-Trunk.txt | |
parent | 09a4c48b4c47691962161bb3dd3faf9bbb5fd6ee (diff) | |
download | hercules-0fff381fcb3cf402f579b4dd62d15f3e6323f014.tar.gz hercules-0fff381fcb3cf402f579b4dd62d15f3e6323f014.tar.bz2 hercules-0fff381fcb3cf402f579b4dd62d15f3e6323f014.tar.xz hercules-0fff381fcb3cf402f579b4dd62d15f3e6323f014.zip |
- Removed the piece of code that "guesses" that job classes between 24 and 68 are advanced classes from mob_avail reading since they conflict with NJ/GS. Use the correct class numbers from now on!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6000 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f8089eb5e..1e1138de7 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/11
+ * Removed the piece of code that "guesses" that job classes between 24 and
+ 68 are advanced classes from mob_avail reading since they conflict with
+ NJ/GS. Use the correct class numbers from now on! [Skotlex]
* Cleaned up implementation of BlastMine and Claymore Trap. [Skotlex]
* Added Freezing trap information to battle_calc_weapon attack. [Skotlex]
* Merged the can't walk delay code into the weapon-damage delay one, means
|