mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Outland: Change auto to TempSummon* (#23764)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user