aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Common.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-02 16:53:50 -0600
committermegamage <none@none>2009-03-02 16:53:50 -0600
commitb1677c901d8d45e60947e30ff98d7ac5d01bd685 (patch)
tree8fb93b82b46007f092525e0551a5fb9adce66d36 /src/shared/Common.h
parent61b999fd3a70eff6ccf3d460534c21ba3a3f9408 (diff)
[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r--src/shared/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h
index d1bbb5e4e01..abe804bb3a4 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -164,6 +164,7 @@ enum TimeConstants
HOUR = MINUTE*60,
DAY = HOUR*24,
MONTH = DAY*30,
+ YEAR = MONTH*12,
IN_MILISECONDS = 1000
};