forked from 2009Scape/Server
closes #209
This commit is contained in:
parent
58204b61b6
commit
569b4c4871
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class YakArmourPlugin extends UseWithHandler {
|
|||
|
||||
@Override
|
||||
public void create(final int amount, int index) {
|
||||
player.getPulseManager().run(new YakArmourPulse(player, index == 1 ? LEGS : BODY, index, amount));
|
||||
player.getPulseManager().run(new YakArmourPulse(player, index == 1 ? BODY : LEGS, index, amount));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue