mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11759] Fixed money reward for max level and repeatable quests
* Remove excluding normal repeatable quests not first cases for money/xp rewards. This is not confirmed functionality and possible related wrong repeating flag set for "first" repeating quest versions. Whern exist normal quest and second repeating quest with same details. * At max level positive RewOrReqMoney already included in RewMoneyMaxLevel and then not need rewarded\ * When RewOrReqMoney > RewMoneyMaxLevel then RewMoneyMaxLevel values ignored and always used RewOrReqMoney as money reward. Thanks to Lynx3d for original problem research.
This commit is contained in:
parent
2fab507ed6
commit
0220101f7e
2 changed files with 22 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11758"
|
||||
#define REVISION_NR "11759"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue