root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/model/gameobjects/player/PlayerCommonData.java
| 1429 | 1503 | ||
|---|---|---|---|
65 | private int bindPoint; | 65 | private int bindPoint; |
66 | private int titleId = -1; | 66 | private int titleId = -1; |
67 | private int dp = 0; | 67 | private int dp = 0; |
68 | private int mailboxLetters; | ||
68 | 69 | ||
69 | public PlayerCommonData(int objId) | 70 | public PlayerCommonData(int objId) |
70 | { | 71 | { |
... | ... | ||
423 | { | 424 | { |
424 | return warehouseSize; | 425 | return warehouseSize; |
425 | } | 426 | } |
427 | |||
428 | public void setMailboxLetters(int count) | ||
429 | { | ||
430 | this.mailboxLetters = count; | ||
431 | } | ||
432 | |||
433 | public int getMailboxLetters() | ||
434 | { | ||
435 | return mailboxLetters; | ||
436 | } | ||
426 | } | 437 | } |
Download diff