mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
2nd part to Alternate currency fix forgot to paste this back in
This commit is contained in:
parent
e304e67cf1
commit
8bd22e8c38
@ -2625,7 +2625,7 @@ void Client::Handle_OP_AltCurrencyReclaim(const EQApplicationPacket *app)
|
|||||||
else {
|
else {
|
||||||
uint32 max_currency = GetAlternateCurrencyValue(reclaim->currency_id);
|
uint32 max_currency = GetAlternateCurrencyValue(reclaim->currency_id);
|
||||||
|
|
||||||
if(max_currency == 0)
|
if(max_currency == 0 || reclaim->count == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* If you input more than you have currency wise, just give the max of the currency you currently have */
|
/* If you input more than you have currency wise, just give the max of the currency you currently have */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user