root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/services/PlayerService.java
| 1002 | 1007 | ||
|---|---|---|---|
197 | if(player.getStorage(StorageType.ACCOUNT_WAREHOUSE.getId()).getKinahItem() == null) | 197 | if(player.getStorage(StorageType.ACCOUNT_WAREHOUSE.getId()).getKinahItem() == null) |
198 | { | 198 | { |
199 | Item kinahItem = itemService.newItem(182400001, 0); | 199 | Item kinahItem = itemService.newItem(182400001, 0); |
200 | kinahItem.setItemLocation(StorageType.ACCOUNT_WAREHOUSE.getId()); | ||
200 | player.getStorage(StorageType.ACCOUNT_WAREHOUSE.getId()).onLoadHandler(kinahItem); | 201 | player.getStorage(StorageType.ACCOUNT_WAREHOUSE.getId()).onLoadHandler(kinahItem); |
201 | } | 202 | } |
202 | 203 |
Download diff