summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-23 23:31:55 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-23 23:31:55 +0000
commit81c7ec2433762f5473ee05ea1620954b24d9789b (patch)
tree3348f92b604ae4f0ddd2f34375607ec0804a6059 /Changelog-Trunk.txt
parentaf86b0e57fdfa0064770513b868834bf27cb5b56 (diff)
downloadhercules-81c7ec2433762f5473ee05ea1620954b24d9789b.tar.gz
hercules-81c7ec2433762f5473ee05ea1620954b24d9789b.tar.bz2
hercules-81c7ec2433762f5473ee05ea1620954b24d9789b.tar.xz
hercules-81c7ec2433762f5473ee05ea1620954b24d9789b.zip
- Modified pc_setoption so that it will correctly update sprite AND clothes color when mounting/unmounting changing into/from xmas/wedding sprites.
- Allowed itemdb_exists to return the dummy item. Enables "invalid" items to be sold, traded, dropped, etc. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7321 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 40df62c5c..a83516086 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/06/23
+ * Modified pc_setoption so that it will correctly update sprite AND clothes
+ color when mounting/unmounting changing into/from xmas/wedding sprites.
+ [Skotlex]
+ * Allowed itemdb_exists to return the dummy item. Enables "invalid" items
+ to be sold, traded, dropped, etc. [Skotlex]
* Corrected ASC_BREAKER. Int-based damage is applied after attribute fixes
and before card reductions. The skill now completely disregards left
hand weapon. [Skotlex]