diff options
author | n0n4m3 <none@none> | 2010-04-15 08:26:30 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-15 08:26:30 +0400 |
commit | 8abcca0a06d48d4c9d7039bf7a6b27c57f7eb878 (patch) | |
tree | 849deb42364506716453fd34131d4fea0af972f8 /src/shared/Common.h | |
parent | 6bcb297de4d5231373a3e2bf2b40e527b91cdf46 (diff) |
Another fix quest flags, Implement support weekly quests cooldowns(Original patch by GriffonHeart), also code cleanups.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index 4310c426883..be61019cef0 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -165,6 +165,7 @@ enum TimeConstants MINUTE = 60, HOUR = MINUTE*60, DAY = HOUR*24, + WEEK = DAY*7, MONTH = DAY*30, YEAR = MONTH*12, IN_MILISECONDS = 1000 |