From e4607725dda064d8021519db5b9a1ba9f6e14613 Mon Sep 17 00:00:00 2001 From: Artamedes Date: Thu, 5 Sep 2019 10:57:34 -0400 Subject: Scripts/Outland: Change auto to TempSummon* (#23764) (cherry picked from commit 1b095811b82e7bf390e3a3e522e768fc2b42d2b0) --- src/server/scripts/Outland/zone_hellfire_peninsula.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp index 0cac96a64b5..12d358d5d13 100644 --- a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp +++ b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp @@ -163,7 +163,7 @@ public: me->SetSpeedRate(MOVE_WALK, 1.5f); - if (auto tempSummon = me->ToTempSummon()) + if (TempSummon* tempSummon = me->ToTempSummon()) tempSummon->SetCanFollowOwner(false); } else -- cgit v1.2.3