diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 17:58:00 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-09 17:58:00 +0000 |
commit | b15e0c4634b8c8f62f7110617ed5c3ccf2078d04 (patch) | |
tree | 9d1c713a81099d766b94186f76d3d715c854c7ba /Changelog-Trunk.txt | |
parent | 9f32d1bcd171917b444c0359c250b80b810f41c1 (diff) | |
download | hercules-b15e0c4634b8c8f62f7110617ed5c3ccf2078d04.tar.gz hercules-b15e0c4634b8c8f62f7110617ed5c3ccf2078d04.tar.bz2 hercules-b15e0c4634b8c8f62f7110617ed5c3ccf2078d04.tar.xz hercules-b15e0c4634b8c8f62f7110617ed5c3ccf2078d04.zip |
- Should have fixed a signed/unsigned warning in login-txt
- Moved the class-change code from battle_calc_weapon_attack to skill_additional_effect.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8211 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 10ef82bc9..ed6332bf4 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/08/09
+ * Moved the class-change code from battle_calc_weapon_attack to
+ skill_additional_effect. Alchemist summons now also have a chance of
+ triggering polymorphing. [Skotlex]
* Removed the code which was auto-setting attacks that do no damage to type
FLEE, since that was disabling status-effects which should incur even when
the damage was blocked. [Skotlex]
|