mirror of
https://github.com/moparisthebest/MoparClassic
synced 2025-01-05 02:28:06 -05:00
#123 - Flax test.
This commit is contained in:
parent
5ae8a91b4f
commit
99aaaedc63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user