Core/Misc: Defined new summon properties titles

This commit is contained in:
Shauren
2020-04-07 18:33:13 +02:00
committed by Ovahlord
parent 504f05ff6f
commit cb6ce1302b
10 changed files with 70 additions and 68 deletions

View File

@@ -5743,11 +5743,11 @@ void SpellMgr::LoadSpellInfoCorrections()
}
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(121)))
properties->Title = SUMMON_TYPE_TOTEM;
properties->Title = AsUnderlyingType(SummonTitle::Totem);
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(647))) // 52893
properties->Title = SUMMON_TYPE_TOTEM;
properties->Title = AsUnderlyingType(SummonTitle::Totem);
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(3069))) // Wild Mushroom
properties->Title = SUMMON_TYPE_MINION;
properties->Title = AsUnderlyingType(SummonTitle::Minion);
if (SummonPropertiesEntry* properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(628))) // Hungry Plaguehound
properties->Control = SUMMON_CATEGORY_PET;