Sync with L2jServer HighFive Jul 14th 2015.

This commit is contained in:
MobiusDev
2015-07-14 19:55:19 +00:00
parent 54754b81b2
commit b07f46dc5c
29 changed files with 247 additions and 361 deletions

View File

@ -83,6 +83,6 @@ public class FuncAtkEvasion extends AbstractFunction
value += (level - 69) + 2;
}
}
return value;
return (int) value;
}
}