Sync with L2JServer Jan 12th 2015.

This commit is contained in:
mobius
2015-01-13 09:50:20 +00:00
parent a868d961a3
commit 0a44ad683c
1158 changed files with 59729 additions and 58627 deletions

View File

@@ -66,7 +66,8 @@ public enum NpcInfoType implements IUpdateTypeComponent
PVP_FLAG(0x21, 1),
NAME_COLOR(0x22, 4),
CLAN(0x23, (5 * 4)),
ABNORMALS(0x24, 0);
ABNORMALS(0x24, 0),
VISUAL_STATE(0x25, 1);
private final int _mask;
private final int _blockLength;