Matt0615
Results
2
comments of
Matt0615
So the dragon for Aces High and Maly's Phase 3 are the same and having the same issue. Reading old info on this gives some hints how it should work:...
Hack fix I wrote, working for me: ``` if (spellId == 57108) { caster->AddComboPoints(caster, caster->GetComboPoints(targets.GetUnitTarget())); targets.SetUnitTarget(caster); } ``` Insert right before these lines in PetHandler.cpp: ``` Spell* spell = new...