Merge branch 'master' into chatter-fixes-and-improvements
This commit is contained in:
commit
332a962ad4
6 changed files with 15 additions and 12 deletions
|
|
@ -227,7 +227,7 @@ void MessageDispatcher::netMsgMoney () {
|
|||
if (amount < 0) {
|
||||
amount = 800;
|
||||
}
|
||||
else if (amount > INT32_MAX) {
|
||||
else if (amount >= INT32_MAX) {
|
||||
amount = 16000;
|
||||
}
|
||||
m_bot->m_moneyAmount = amount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue