Update Veng Other / Energy Transfer animation ID

Both the Vengeance Other and Energy Transfer spells use the same
animation.
This commit is contained in:
Jordan Atwood
2018-06-28 16:11:21 -07:00
parent 7c96955c12
commit 835b18b819
2 changed files with 2 additions and 2 deletions

View File

@@ -445,7 +445,7 @@ public class TimersPlugin extends Plugin
return;
}
if (config.showVengeanceOther() && actor.getAnimation() == AnimationID.VENGEANCE_OTHER)
if (config.showVengeanceOther() && actor.getAnimation() == AnimationID.ENERGY_TRANSFER_VENGEANCE_OTHER)
{
createGameTimer(VENGEANCEOTHER);
}