aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-01 17:52:58 -0500
committermegamage <none@none>2009-07-01 17:52:58 -0500
commit8122a15f467a8493cd5c49decc4fe09499b78af4 (patch)
tree61f084baff3994725b6a99c59ae44215d22697f0 /src
parente379be034996a18d46832827df89b9e0361c4752 (diff)
[8097] Updated comment based on research. Author: ApoC
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/DBCStructure.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h
index 09cd8daa8ec..ffc37e1ee9b 100644
--- a/src/game/DBCStructure.h
+++ b/src/game/DBCStructure.h
@@ -490,7 +490,9 @@ struct AchievementCriteriaEntry
//uint32 name_flags; // 25
uint32 completionFlag; // 26
uint32 groupFlag; // 27
- //uint32 unk1; // 28
+ //uint32 unk1; // 28 Alway appears with timed events
+ // for timed spells it is spell id for
+ // timed kills it is creature id
uint32 timeLimit; // 29 time limit in seconds
//uint32 showOrder; // 30 show order
};