mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Fixed some enums.
This commit is contained in:
parent
5a1bf04585
commit
2a80cc694a
9 changed files with 31 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue