mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 16:37:12 +00:00
[12136] Fix typos
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
05b6f3072b
commit
faec714783
7 changed files with 24 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue