fixed ballad of beregund the bold

This commit is contained in:
2024-05-18 10:25:55 -05:00
parent db7e9276b1
commit 0457287905
+1 -1
View File
@@ -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;