View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000029 | Might & Fealty | [All Projects] General | public | 2017-12-17 17:54 | 2017-12-18 05:35 |
Reporter | De-Legro | Assigned To | De-Legro | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 1.0.4.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000029: Wealth Looting results in more gold in character purse then reported | ||||
Description | When looting wealth, the amount reported to be stolen and the amount added to the purse are different. | ||||
Steps To Reproduce | Check gold, loot wealth, note amount stolen, check change in purse | ||||
Tags | No tags attached. | ||||
|
The original intent of the code was to reduce the amount of gold stolen to reflect the soliders taking their share. While we ran and displayed this calculation (reduced stolen amount by 25%) we did not use it to update the database, instead using the full stolen amount. I have changed the code to store the lesser amount, see pull request #42 Ideally we should probably update the result page to show both values, the total gold stolen and the characters share. |