diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 13:24:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 13:24:47 +0000 |
commit | 2479f55a86fc2919805e4f38f6ae556f2f045fd4 (patch) | |
tree | e2e16aea36e04ffb8e9b2505b1dd0fda32272fbe /Changelog-Trunk.txt | |
parent | 76106b842159abd58d6a69fc0bb8cb401757da44 (diff) | |
download | hercules-2479f55a86fc2919805e4f38f6ae556f2f045fd4.tar.gz hercules-2479f55a86fc2919805e4f38f6ae556f2f045fd4.tar.bz2 hercules-2479f55a86fc2919805e4f38f6ae556f2f045fd4.tar.xz hercules-2479f55a86fc2919805e4f38f6ae556f2f045fd4.zip |
- Added a temporary band-aid to prevent executing the script of non-arrows when they are equipped on the arrow-slot (until the actual cause of why pc_unequipitem is not working correctly is discovered/fixed)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7558 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e27328a4b..ebf3bad06 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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/07/07
+ * Added a temporary band-aid to prevent executing the script of non-arrows
+ when they are equipped on the arrow-slot (until the actual cause of why
+ pc_unequipitem is not working correctly is discovered/fixed) [Skotlex]
2006/07/06
* Modified the party_data structure on the map server to remove some
redundant data. Added a party_data structure on the char-server to hold a
|