forked from MagicBane/Server
Refactor item_type
This commit is contained in:
@@ -156,7 +156,7 @@ public class StealPowerAction extends AbstractPowerAction {
|
||||
if (myCIM == null || ownerCIM == null)
|
||||
return;
|
||||
|
||||
if (tar.getItemBase().getType().equals(ItemType.GOLD)) {
|
||||
if (tar.template.item_type.equals(ItemType.GOLD)) {
|
||||
//stealing gold
|
||||
if (!myCIM.transferGoldToMyInventory((AbstractCharacter) owner, amount))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user