diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-17 07:38:10 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-17 07:38:10 +0000 |
commit | 6aa1ac3bede23b22ca1a8919818f226225c21165 (patch) | |
tree | e136085d0b840eae7d98f1f56862926b2ea93caf /Changelog-Trunk.txt | |
parent | 2afa19f37c9977e00f4b0b745ea1bc72ef3e5d5a (diff) | |
download | hercules-6aa1ac3bede23b22ca1a8919818f226225c21165.tar.gz hercules-6aa1ac3bede23b22ca1a8919818f226225c21165.tar.bz2 hercules-6aa1ac3bede23b22ca1a8919818f226225c21165.tar.xz hercules-6aa1ac3bede23b22ca1a8919818f226225c21165.zip |
- Fixed NPC_INVISIBLE's cloak ending after attacking once.
- Fixed SG_FUSION being castable without Soul Link state.
- Moved the item-use restriction SC checks from clif.c to pc_use_item, fixed Gravitation blocking potion usage on it's area of effect.
- Sphere Marines and Summoned Flora are now inmune to class-changing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8782 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fa2e89c31..bbd35e580 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,14 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+ +2006/09/17 + * Fixed NPC_INVISIBLE's cloak ending after attacking once. [Skotlex] + * Fixed SG_FUSION being castable without Soul Link state. [Skotlex] + * Moved the item-use restriction SC checks from clif.c to pc_use_item, + fixed Gravitation blocking potion usage on it's area of effect. [Skotlex] + * Sphere Marines and Summoned Flora are now inmune to class-changing. + [Skotlex] 2006/09/16 * Added monster_ai&256. When set, a monster will pick a random starting position to begin checking versus it's skills, otherwise, it will always |