Start mobequip refactor
This commit is contained in:
@@ -56,7 +56,7 @@ public class SimulateBootyCmd extends AbstractDevCmd {
|
||||
|
||||
try {
|
||||
mob.loadInventory();
|
||||
for (Item lootItem : mob.getCharItemManager().getInventory()) {
|
||||
for (Item lootItem : mob.charItemManager.getInventory()) {
|
||||
switch (lootItem.template.item_type) {
|
||||
case EMPLOYMENTCONTRACT: //CONTRACT
|
||||
Contracts.add(lootItem);
|
||||
|
||||
Reference in New Issue
Block a user