diff options
Diffstat (limited to 'src/game/QuestDef.cpp')
-rw-r--r-- | src/game/QuestDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/QuestDef.cpp b/src/game/QuestDef.cpp index e41dbfed425..c308f498ff0 100644 --- a/src/game/QuestDef.cpp +++ b/src/game/QuestDef.cpp @@ -27,7 +27,7 @@ Quest::Quest(Field * questRecord) QuestId = questRecord[0].GetUInt32(); QuestMethod = questRecord[1].GetUInt32(); ZoneOrSort = questRecord[2].GetInt32(); - SkillOrClass = questRecord[3].GetInt32(); + SkillOrClassMask = questRecord[3].GetInt32(); MinLevel = questRecord[4].GetUInt32(); MaxLevel = questRecord[5].GetUInt32(); QuestLevel = questRecord[6].GetInt32(); |