root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/network/aion/clientpackets/CM_VIEW_PLAYER_DETAILS.java
| 2320 | 2440 | ||
|---|---|---|---|
68 | sendPacket(SM_SYSTEM_MESSAGE.STR_MSG_REJECTED_WATCH(player.getName())); | 68 | sendPacket(SM_SYSTEM_MESSAGE.STR_MSG_REJECTED_WATCH(player.getName())); |
69 | return; | 69 | return; |
70 | } | 70 | } |
71 | sendPacket(new SM_VIEW_PLAYER_DETAILS(player.getEquipment().getEquippedItemsWithoutStigma())); | 71 | sendPacket(new SM_VIEW_PLAYER_DETAILS(targetObjectId, player.getEquipment().getEquippedItemsWithoutStigma())); |
72 | } | 72 | } |
73 | } | 73 | } |
Download diff