Fixed some enums.

This commit is contained in:
tomrus88 2009-12-30 01:13:56 +03:00
parent 5a1bf04585
commit 2a80cc694a
9 changed files with 31 additions and 22 deletions

View file

@ -130,7 +130,7 @@ Quest::Quest(Field * questRecord)
QuestStartScript = questRecord[130].GetUInt32();
QuestCompleteScript = questRecord[131].GetUInt32();
QuestFlags |= SpecialFlags << 16;
QuestFlags |= SpecialFlags << 24;
m_reqitemscount = 0;
m_reqCreatureOrGOcount = 0;