[8097] Updated comment based on research.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-29 20:23:47 +02:00 committed by tomrus88
parent 2d33a8d220
commit f1284882a9
2 changed files with 4 additions and 2 deletions

View file

@ -487,7 +487,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
};