[Bug]: Elemental Shaman AOE Detection does not function with Liquid Magma Totem
mhunk opened this issue ยท 1 comments
What version of HeroLib are you using?
11.0.2.04
What is the issue?
Using SplashEnemies to determine AOE target count does not function for Liquid Magma Totem presumably from an incorrect spellID.
so, because totem shenanigans;
the player casts
liquid magma totem (192222)
which itself casts Magma Eruption (395349)
that then applies Flame shock (188389)
I'm not sure where in this chain, the detection needs to be and I'm assuming this is a HeroLib issue and not HeroRotation.
This was previously fixed in commit 9ef821b, but I forgot to update the ticket.