Fixed Archery pulling the guide string for Axes.

This commit is contained in:
GJ 2012-03-22 16:56:35 -04:00
parent 0f1f124eb5
commit 8aad439e99

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