forked from MagicBane/Server
print new skill calculations to client
This commit is contained in:
@@ -49,6 +49,8 @@ public class PrintSkillsCmd extends AbstractDevCmd {
|
||||
+ skill.getModifiedAmount() + '('
|
||||
+ skill.getTotalSkillPercet() + " )");
|
||||
}
|
||||
throwbackInfo(pc, "= = = = = NEW CALCULATIONS = = = = =");
|
||||
PlayerCombatStats.PrintSkillsToClient(pc);
|
||||
} else
|
||||
throwbackInfo(pc, "Skills not found for player");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user