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

View File

@ -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;
}