1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-18 23:11:25 +02:00

Merge branch 'master' of github.com:mcMMO-Dev/mcMMO

This commit is contained in:
nossr50 2012-03-22 13:59:12 -07:00
commit fc4709fe27

@ -59,7 +59,7 @@ public class ArcheryCommand implements CommandExecutor {
player.sendMessage(mcLocale.getString("m.ArcheryRetrieveChance", new Object[] { percentage }));
player.sendMessage(mcLocale.getString("m.ArcheryIgnitionLength", new Object[] { (ignition / 20) }));
Page.grabGuidePageForSkill(SkillType.AXES, player, args);
Page.grabGuidePageForSkill(SkillType.ARCHERY, player, args);
return true;
}