#123 - Flax test.

This commit is contained in:
Rodgerwilco 2012-05-01 16:26:11 -07:00
parent 5ae8a91b4f
commit 99aaaedc63
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ public class PlayerLogin implements PacketHandler {
player.getInventory().add(new InvItem(189));
player.getInventory().add(new InvItem(11, 100));
player.getInventory().add(new InvItem(517, 100));
player.getInventory().add(new InvItem(675, 1));
//end of test items
player.getActionSender().sendInventory();
player.setChangingAppearance(true);