|
@@ -429,7 +429,7 @@ public class Auction
|
|
|
for (Bidder b : _bidders.values())
|
|
|
{
|
|
|
if (ClanTable.getInstance().getClanByName(b.getClanName()).getHasHideout() == 0)
|
|
|
- returnItem(b.getClanName(), 57, 9 * b.getBid() / 10, false); // 10 % tax
|
|
|
+ returnItem(b.getClanName(), 57, b.getBid(), true); // 10 % tax
|
|
|
else
|
|
|
{
|
|
|
if (L2World.getInstance().getPlayer(b.getName()) != null)
|