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 d9f7c6b25d5..5349f2d94b6 100644 --- a/src/game/QuestDef.cpp +++ b/src/game/QuestDef.cpp @@ -108,7 +108,7 @@ Quest::Quest(Field * questRecord) RewOrReqMoney = questRecord[104].GetInt32(); RewMoneyMaxLevel = questRecord[105].GetUInt32(); RewSpell = questRecord[106].GetUInt32(); - RewSpellCast = questRecord[107].GetUInt32(); + RewSpellCast = questRecord[107].GetInt32(); RewMailTemplateId = questRecord[108].GetUInt32(); RewMailDelaySecs = questRecord[109].GetUInt32(); PointMapId = questRecord[110].GetUInt32(); |