diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-15 02:28:03 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-15 02:28:03 +0000 |
commit | 7977fec1bc9808666bc5826a01a8505701da603c (patch) | |
tree | b1808cddb759189b9ea44d131a97d67411487a03 | |
parent | b4666cfe7d5c1b601cbf3beb43058a1574c9ad03 (diff) | |
download | hercules-7977fec1bc9808666bc5826a01a8505701da603c.tar.gz hercules-7977fec1bc9808666bc5826a01a8505701da603c.tar.bz2 hercules-7977fec1bc9808666bc5826a01a8505701da603c.tar.xz hercules-7977fec1bc9808666bc5826a01a8505701da603c.zip |
Updated WoE Time Explanation for Sunday.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12958 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | doc/woe_time_explanation.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7f60e61f7..13c95b263 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ 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. 2008/07/15 + * Updated WoE Time Explanation for Sunday. [Paradox924X] * Corrected wrong data loading order in txt storage code [ultramage] * Fixed pop_timer_heap using max heap comparisons instead of min heap comparisons and protected timer functions against improper use. (should fix bugreport:1833 bugreport:1841) [FlavioJS] diff --git a/doc/woe_time_explanation.txt b/doc/woe_time_explanation.txt index f80cca8e6..340261c11 100644 --- a/doc/woe_time_explanation.txt +++ b/doc/woe_time_explanation.txt @@ -25,7 +25,7 @@ //| Thursday = 4 //| Friday = 5 //| Saturday = 6 -//| Sunday = 7 +//| Sunday = 0 //| //| This way, we can check for a desired minute, hour, day, month, etc. //| |