Skip to content

Commit bb9e68e

Browse files
committed
canni fix
1 parent b2b6545 commit bb9e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e3 Includes/e3_Classes_Shaman.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SUB check_Canni
1616
/call check_Mana "canniSpells2D" ${s}
1717
/if (${Macro.Return}) {
1818
/if (!${canniSpells2D[${s},${iCastName}].Equal[Cannibalization]} || ${Me.CurrentHPs} > 2000) {
19-
/if (${canniSpells2D[${s},${iMinHP}]} >= ${Me.PctHPs}) {
19+
/if (${canniSpells2D[${s},${iMinHP}]} <= ${Me.PctHPs}) {
2020
/call e3_Cast ${Me.ID} "canniSpells2D" ${s}
2121
}
2222
}

0 commit comments

Comments
 (0)