HasieEST
Results
1
comments of
HasieEST
trafficstars
I think this issue might be caused due to this line here: ``` void DuelReset::SaveManaBeforeDuel(Player* player) { if(!player) return; m_manaBeforeDuel[player] = player->GetPower(POWER_MANA); } ``` if i understand it correctly, it...