Scripts/Outland: Change auto to TempSummon* (#23764)

This commit is contained in:
Artamedes
2019-09-05 10:57:34 -04:00
committed by Shauren
parent 0b3a9e2a2b
commit 1b095811b8

View File

@@ -165,7 +165,7 @@ public:
me->SetSpeedRate(MOVE_WALK, 1.5f);
if (auto tempSummon = me->ToTempSummon())
if (TempSummon* tempSummon = me->ToTempSummon())
tempSummon->SetCanFollowOwner(false);
}
else