Clan warehouse should not be bound with player id.

This commit is contained in:
MobiusDevelopment
2021-11-07 11:44:26 +00:00
parent 7df5a79e04
commit aee19fe012
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ public class ClanWarehouse extends Warehouse
@Override
public int getOwnerId()
{
return _clan.getLeader().getObjectId();
return _clan.getClanId();
}
@Override