|
|
@ -17,9 +17,10 @@ import java.util.concurrent.locks.ReentrantReadWriteLock; |
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
/* |
|
|
|
* @Author: |
|
|
|
* @Author: |
|
|
|
* @Summary: Processes application protocol message which actives |
|
|
|
* @Summary: Processes application protocol message which handles |
|
|
|
* items such as charters and deeds in the character's inventory |
|
|
|
* items in the character's inventory which are used. Potions, Deeds, etc. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
public class ObjectActionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
public class ObjectActionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
|
|
|
|
|
|
|
|
// Reentrant lock for dropping banes
|
|
|
|
// Reentrant lock for dropping banes
|
|
|
|