mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
Fixes #527
This commit is contained in:
@@ -2188,7 +2188,7 @@ void Client::Handle_OP_AdventureMerchantSell(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32 price = item->LDoNPrice * 70 / 100;
|
int32 price = ceil((float)item->LDoNPrice * item->LDoNSellBackRate / 100);
|
||||||
|
|
||||||
if (price == 0)
|
if (price == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user