fixed ballad of beregund the bold
This commit is contained in:
@@ -536,7 +536,7 @@ public enum PowersManager {
|
||||
//CCR toons dont use cost
|
||||
|
||||
if (!playerCharacter.isCSR()) {
|
||||
if (cost > 0 || token == 429005674)
|
||||
if (cost > 0)
|
||||
if ((playerCharacter.getObjectTypeMask() & MBServerStatics.MASK_UNDEAD) != 0)
|
||||
if (playerCharacter.getHealth() <= cost)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user