Updated WoE Time Explanation for Sunday.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12958 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Paradox924X 2008-07-15 02:28:03 +00:00
parent 1d9c99dc72
commit 0d0f4588ea
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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.
//|