diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-23 18:41:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-23 18:41:56 +0000 |
commit | eb0a137041d3a5ee6385762b8374e98b3867d5a0 (patch) | |
tree | f11f4036af32507c0e6bbc92b55d17d07f4e3692 /Changelog-Trunk.txt | |
parent | 9157078e09096898afee0c9be17737df72bebaee (diff) | |
download | hercules-eb0a137041d3a5ee6385762b8374e98b3867d5a0.tar.gz hercules-eb0a137041d3a5ee6385762b8374e98b3867d5a0.tar.bz2 hercules-eb0a137041d3a5ee6385762b8374e98b3867d5a0.tar.xz hercules-eb0a137041d3a5ee6385762b8374e98b3867d5a0.zip |
- Minor cleanups
- Adjusted menu-based skills so you can't reuse the same skill until you've dealt with the menu.
- Adjust autospells so that removing an autospell works when the script of the card that removes the autospell is triggered before the script that adds the spell.
- The "requested name of gm-hidden char" warning will not be displayed when the object in question is an NPC (since you can use Intravision to do this).
- Corrected the header format for invisible npcs.
- Venom Knife no longer takes into accounts cards or EDP.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9905 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4359a4f30..264f14763 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,16 @@ 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. +2007/02/24 + * Adjusted menu-based skills so you can't reuse the same skill until you've + dealt with the menu. + * Adjust autospells so that removing an autospell works when the script of + the card that removes the autospell is triggered before the script that + adds the spell. + * The "requested name of gm-hidden char" warning will not be displayed when + the object in question is an NPC (since you can use Intravision to do + this). + * Venom Knife no longer takes into accounts cards or EDP. 2007/02/23 * Guild expulsion now will fail when the character to be kicked is in a guild castle (rather than checking for the character doing the expulsion) |