forked from MagicBane/Server
Refactor boon handling
This commit is contained in:
@@ -89,11 +89,8 @@ public class ItemBase {
|
||||
case BUCKET:
|
||||
case REALMCHARTER:
|
||||
case TREASURE:
|
||||
this.isConsumable = true;
|
||||
break;
|
||||
case OFFERING:
|
||||
this.isConsumable = true;
|
||||
Boon.HandleBoonListsForItemBase(uuid);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user