mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 05:12:26 +00:00
commit
471d7ec42d
@ -2188,7 +2188,8 @@ void Client::Handle_OP_AdventureMerchantSell(const EQApplicationPacket *app)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32 price = item->LDoNPrice * 70 / 100;
|
// 06/11/2016 This formula matches RoF2 client side calculation.
|
||||||
|
int32 price = (item->LDoNPrice + 1) * item->LDoNSellBackRate / 100;
|
||||||
|
|
||||||
if (price == 0)
|
if (price == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user