mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -05:00
Added 25k gold upon login for testing purposes.
This commit is contained in:
parent
20476375e9
commit
85d030ae0a
@ -233,7 +233,8 @@ public class PlayerLogin implements PacketHandler {
|
||||
player.getInventory().add(new InvItem(156));
|
||||
player.getInventory().add(new InvItem(87));
|
||||
player.getInventory().add(new InvItem(1263));
|
||||
//189 + 11 = Range Testing.
|
||||
//Start of test items
|
||||
player.getInventory().add(new InvItem(10, 25000));
|
||||
player.getInventory().add(new InvItem(189));
|
||||
player.getInventory().add(new InvItem(11, 100));
|
||||
player.getInventory().add(new InvItem(517, 100));
|
||||
|
Loading…
Reference in New Issue
Block a user