|
|
|
@ -1233,7 +1233,7 @@ public class Item extends AbstractWorldObject {
@@ -1233,7 +1233,7 @@ public class Item extends AbstractWorldObject {
|
|
|
|
|
|
|
|
|
|
if (this.getItemBase() != null) |
|
|
|
|
if(this.getItemBase().isVorg()){ |
|
|
|
|
this.clearEffects(); |
|
|
|
|
this.getEnchants().clear(); |
|
|
|
|
for(String powerString : this.getItemBase().getVorgStats()){ |
|
|
|
|
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
|
|
|
|
|
//apa.applyBakedInStatsForItem(this, 0);
|
|
|
|
|