[12136] Fix typos

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-29 11:40:19 +03:00 committed by Antz
parent 05b6f3072b
commit faec714783
7 changed files with 24 additions and 24 deletions

View file

@ -195,9 +195,9 @@ Quest::Quest(Field* questRecord)
++m_rewchoiceitemscount;
}
for (int i = 0; i < QUEST_REWARD_CURRENCY_COUNT; ++i)
for (int i = 0; i < QUEST_REQUIRED_CURRENCY_COUNT; ++i)
{
if (RewCurrencyId[i])
if (ReqCurrencyId[i])
++m_reqCurrencyCount;
}
}