summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-24 01:29:00 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-24 01:29:00 +0000
commitb1bd67d1bd69026eb3621135120fe898907368e4 (patch)
tree14b68ae94aa7cab2ce12a72e22a044b0b1aa1479 /Changelog-Trunk.txt
parent994c3f6cf2e8a1a5b531340df3ab713cf176b854 (diff)
downloadhercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.gz
hercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.bz2
hercules-b1bd67d1bd69026eb3621135120fe898907368e4.tar.xz
hercules-b1bd67d1bd69026eb3621135120fe898907368e4.zip
Corrected change r10051 which prevented Ice Pick from working
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6c78c0458..c9be0df69 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.
+2007/03/24
+ * Corrected change r10051 which prevented Ice Pick from working [ultramage]
+ - the 'ignore_' variables are bitflags and therefore need enough bits
+ to store all info; 8 bits wasn't enough in this case
2007/03/23
* Major reconfiguration of the vs7 project files (+vs8 while I was at it)
- added definitions _DEBUG and NDEBUG to tune system-specific stuff