combat bug fix
This commit is contained in:
@@ -1233,7 +1233,7 @@ public class Item extends AbstractWorldObject {
|
|||||||
|
|
||||||
if (this.getItemBase() != null)
|
if (this.getItemBase() != null)
|
||||||
if(this.getItemBase().isVorg()){
|
if(this.getItemBase().isVorg()){
|
||||||
this.clearEffects();
|
this.getEnchants().clear();
|
||||||
for(String powerString : this.getItemBase().getVorgStats()){
|
for(String powerString : this.getItemBase().getVorgStats()){
|
||||||
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
|
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
|
||||||
//apa.applyBakedInStatsForItem(this, 0);
|
//apa.applyBakedInStatsForItem(this, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user