Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicles (#30391)

This commit is contained in:
Meji
2024-11-05 14:42:35 +01:00
committed by GitHub
parent c68f4ceeb5
commit 23bb1a56b7
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1895,12 +1895,12 @@ TempSummon* Map::SummonCreature(uint32 entry, Position const& pos, SummonPropert
case SUMMON_CATEGORY_PUPPET:
mask = UNIT_MASK_PUPPET;
break;
case SUMMON_CATEGORY_POSSESSED_VEHICLE:
case SUMMON_CATEGORY_VEHICLE:
mask = UNIT_MASK_MINION;
break;
case SUMMON_CATEGORY_WILD:
case SUMMON_CATEGORY_ALLY:
case SUMMON_CATEGORY_UNK:
{
switch (SummonTitle(properties->Title))
{