diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-19 18:49:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-19 18:49:42 +0000 |
commit | d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23 (patch) | |
tree | ae8114bf00136c94aa530b9c9a18365393bd1ebf /Changelog-Trunk.txt | |
parent | f4fb6137949da60fc8f2a5cde80a60a1f4760aa2 (diff) | |
download | hercules-d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23.tar.gz hercules-d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23.tar.bz2 hercules-d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23.tar.xz hercules-d41f7e18f02012ef61df70ee6cc0f3bf1ce14c23.zip |
- Modified the targetted skill logic to enable offensive skills to be targetted at party/guild members if the appropiate inf2 value is set.
- Added the SC_JAIL code for timed jailing, but the related @ commands ain't in yet.
- Added checks to make adding items to inventory/cart fail when a char is in finalsave state.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7751 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index a476db186..935288701 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/07/19
+ * Modified the targetted skill logic to enable offensive skills to be
+ targetted at party/guild members if the appropiate inf2 value is set.
+ [Skotlex]
+ * Added checks to make adding items to inventory/cart fail when a char is
+ in finalsave state. [Skotlex]
* Fixed parse_names on irc.c crashing when receiving a null argument.
[Skotlex]
* Modified the parsing of the names line, since some servers will send @
|