forked from MagicBane/Server
combat bug fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user