mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/Misc: Defined new summon properties titles
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user