1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-10 01:12:52 +00:00

Open map implemented

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-22 13:21:08 -03:00
parent 87ce7bb987
commit 0661b41cfd
31 changed files with 649 additions and 111 deletions

View File

@@ -0,0 +1,11 @@
package com.l2jserver.service.game.character;
/**
* Exception thrown when the character is already walking
*
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/
public class CharacterAlreadyWalkingServiceException extends
CharacterServiceException {
private static final long serialVersionUID = 1L;
}