Skip to content
Snippets Groups Projects
Commit 13e8ac38 authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: DP-Part for [L6140]

parent af3806e9
No related branches found
No related tags found
No related merge requests found
......@@ -368,8 +368,8 @@ public class AdminEditNpc implements IAdminCommandHandler
html.replace("%men%", String.valueOf(npc.getBaseMEN()));
html.replace("%critical%", String.valueOf(npc.getBaseCritRate()));
html.replace("%attackrange%", String.valueOf(npc.getBaseAttackRange()));
html.replace("%walkspd%", String.valueOf(npc.getBaseMoveSpd(MoveType.WALK)));
html.replace("%runspd%", String.valueOf(npc.getBaseMoveSpd(MoveType.RUN)));
html.replace("%walkspd%", String.valueOf(npc.getBaseMoveSpeed(MoveType.WALK)));
html.replace("%runspd%", String.valueOf(npc.getBaseMoveSpeed(MoveType.RUN)));
break;
}
case "ai":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment