fixed ballad of beregund the bold

This commit is contained in:
2024-05-18 10:22:17 -05:00
parent a14057b9df
commit db7e9276b1
+1 -1
View File
@@ -536,7 +536,7 @@ public enum PowersManager {
//CCR toons dont use cost
if (!playerCharacter.isCSR()) {
if (cost > 0)
if (cost > 0 || token == 429005674)
if ((playerCharacter.getObjectTypeMask() & MBServerStatics.MASK_UNDEAD) != 0)
if (playerCharacter.getHealth() <= cost)
return true;