» Find Revision
L2J Revision: 3291
L2JDP Revision: 6395
Well i have just one question and i want to be sure,cause no one stated exactly.
I added this in olympiad.java for 2 weeks heroes.
Code: Select all
- currentTime.add(Calendar.MONTH, 1);- currentTime.set(Calendar.DAY_OF_MONTH, 1);+ //currentTime.add(Calendar.MONTH, 1);+ currentTime.add(Calendar.HOUR, 336);+ //currentTime.set(Calendar.DAY_OF_MONTH, 1);+ currentTime.set(Calendar.DAY_OF_WEEK, Calendar.THURSDAY);