diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-11 22:21:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-11 22:21:34 +0000 |
commit | 617311ef61537ed544e53e81956b8d687e8b8789 (patch) | |
tree | bb5ef9729e094e32cebe157b494b79742811a6b6 /Changelog-Trunk.txt | |
parent | 8f8e2e42ba3ea1416b80190a3006c061ef4ed8b5 (diff) | |
download | hercules-617311ef61537ed544e53e81956b8d687e8b8789.tar.gz hercules-617311ef61537ed544e53e81956b8d687e8b8789.tar.bz2 hercules-617311ef61537ed544e53e81956b8d687e8b8789.tar.xz hercules-617311ef61537ed544e53e81956b8d687e8b8789.zip |
- Added player not attached crash prevention to countitem/countitem2
- Probably corrected delitem not deleting pet eggs at all.
- Possibly nullpo fix on npcskilleffect
- Corrected a warning when using #fakename
- Hopefully fixed hidenpc/disablenpc not working on Guild flag sprites.
- Mob skill state "anytarget" no longer triggers when the mob has an item-target (looting).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9991 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 6c414e0af..4c373bf71 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. 2007/03/12 + * Added player not attached crash prevention to countitem/countitem2. + * Probably corrected delitem not deleting pet eggs at all. + * Hopefully fixed hidenpc/disablenpc not working on Guild flag sprites. + * Mob skill state "anytarget" no longer triggers when the mob has an + item-target (looting). * @storage/@gstorage will no longer work if you have a trade or a storage opened already. * Corrected script command movenpc so it properly moves the ontouch npc |