hondacrx
2021-12-07 20:42:47 -05:00
parent b7e4c2fd76
commit c37e1c9f7d
17 changed files with 91 additions and 46 deletions
+1 -1
View File
@@ -10957,7 +10957,7 @@ namespace Game
Unit summoner = null;
// Check summoners for party
if (clickee.IsSummon())
summoner = clickee.ToTempSummon().GetSummoner();
summoner = clickee.ToTempSummon().GetSummonerUnit();
if (summoner == null)
summoner = clickee;