diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 14:52:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-24 14:52:11 +0000 |
commit | dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4 (patch) | |
tree | 05b3fa0c830cdbdb14ffc85ae56ff153ff4c929d /Changelog-Trunk.txt | |
parent | 52c05755226744e3fc6f42779d60f6ed392a5e4b (diff) | |
download | hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.gz hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.bz2 hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.tar.xz hercules-dc9ae7b5a2a047d3cf3e889b0d1df0d7af67e2a4.zip |
- Fixed skill_delayfix not altering delay at all after you reached 150.
- Applied ers to pet loot drops.
- Cleaned up the pet loot drop function.
- Mob skill state MSS_ANY won't include MSS_DEAD now.
- Added mob skill state MSS_ANYTARGET ("anytarget") which means any state (except dead) on which the mob has a target set.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6250 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 b0eb662ad..e47031633 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,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/04/24
+ * Fixed skill_delayfix not altering delay at all after you reached 150.
+ [Skotlex]
+ * Applied ers to pet loot drops and cleaned up the pet loot drop function.
+ [Skotlex]
+ * Mob skill state MSS_ANY won't include MSS_DEAD now. [Skotlex]
+ * Added mob skill state MSS_ANYTARGET ("anytarget") which means any state
+ (except dead) on which the mob has a target set. [Skotlex]
2006/04/23
* Added new column to mob_db Sprite_Name to hold the mob's sprite name.
Columns Name and JName now hold the mob's english and kro names
|