Skip to content
Snippets Groups Projects
Commit 0cae0a5f authored by Gnacik's avatar Gnacik
Browse files

JAVA: Cwh fix, thanks JiV

parent fb7218fa
No related branches found
No related tags found
No related merge requests found
......@@ -124,9 +124,9 @@ public class ClanWarehouse implements IBypassHandler
}
if (itemtype != null)
player.sendPacket(new SortedWareHouseWithdrawalList(player, WareHouseWithdrawalList.PRIVATE, itemtype, sortorder));
player.sendPacket(new SortedWareHouseWithdrawalList(player, WareHouseWithdrawalList.CLAN, itemtype, sortorder));
else
player.sendPacket(new WareHouseWithdrawalList(player, WareHouseWithdrawalList.PRIVATE));
player.sendPacket(new WareHouseWithdrawalList(player, WareHouseWithdrawalList.CLAN));
if (Config.DEBUG)
_log.fine("Source: L2WarehouseInstance.java; Player: "+player.getName()+"; Command: showRetrieveWindowClan; Message: Showing stored items.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment