- Fixed Braid of Fire

This commit is contained in:
swordshine
2013-11-14 13:25:28 +00:00
parent 181a7f5b9c
commit d32bfea94e
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ public class ManaPool {
continue;
for(final Mana thisMana : this.floatingMana.get(manaKey)) {
if (!thisMana.getManaAbility().meetsManaRestrictions(saBeingPaidFor)) {
if (thisMana.getManaAbility() != null && !thisMana.getManaAbility().meetsManaRestrictions(saBeingPaidFor)) {
continue;
}