We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b6545 commit bb9e68eCopy full SHA for bb9e68e
e3 Includes/e3_Classes_Shaman.inc
@@ -16,7 +16,7 @@ SUB check_Canni
16
/call check_Mana "canniSpells2D" ${s}
17
/if (${Macro.Return}) {
18
/if (!${canniSpells2D[${s},${iCastName}].Equal[Cannibalization]} || ${Me.CurrentHPs} > 2000) {
19
- /if (${canniSpells2D[${s},${iMinHP}]} >= ${Me.PctHPs}) {
+ /if (${canniSpells2D[${s},${iMinHP}]} <= ${Me.PctHPs}) {
20
/call e3_Cast ${Me.ID} "canniSpells2D" ${s}
21
}
22
0 commit comments