|
|
|
@ -2655,7 +2655,6 @@ public class CharacterItemManager {
@@ -2655,7 +2655,6 @@ public class CharacterItemManager {
|
|
|
|
|
item = DbManager.ItemQueries.ADD_ITEM(item); |
|
|
|
|
if(item != null){ |
|
|
|
|
this.addItemToInventory(item); |
|
|
|
|
this.updateInventory(); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
ChatManager.chatSystemError((PlayerCharacter)this.getOwner(), "Resource Stack Error: Unable to create item. " + e.getMessage()); |
|
|
|
|