summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-15 23:26:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-15 23:26:28 +0000
commit15052c64e803d612f44854358727e67e567e6415 (patch)
tree072aa79cf5831a85580ea38ef941d1d758aecbec /Changelog-Trunk.txt
parent553899621efd63495753b80e046a78a409d3eec7 (diff)
downloadhercules-15052c64e803d612f44854358727e67e567e6415.tar.gz
hercules-15052c64e803d612f44854358727e67e567e6415.tar.bz2
hercules-15052c64e803d612f44854358727e67e567e6415.tar.xz
hercules-15052c64e803d612f44854358727e67e567e6415.zip
- fixed Halo-Halo not being consumed on use.
- Updated the item price/sell reading code to enable 'null' values. The difference between a blank value and 0 is that when the value is blank, it should automatically take half/double the other value. The previous behaviour did this automatically and didn't let you specify, for example, if you wanted a given item to sell for 0. - Also added a warning when an item in the db has an exploitable price (through overcharge/discount). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11482 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 7bad2207f..66edfdd1e 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,14 @@ 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/10/15
+ * Updated the item price/sell reading code to enable 'null' values. The
+ difference between a blank value and 0 is that when the value is blank, it
+ should automatically take half/double the other value. The previous
+ behaviour did this automatically and didn't let you specify, for example,
+ if you wanted a given item to sell for 0.
+ * Also added a warning when an item in the db has an exploitable price
+ (through overcharge/discount). [Skotlex]
2007/10/14
* Rev. 11476 Implemented new skill "Enlarge Weight Limit R", [L0ne_W0lf]
and increased MAX_SKILL_TREE by 1.