aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-04-07 17:27:40 +0200
committerShauren <shauren.trinity@gmail.com>2020-04-07 17:27:40 +0200
commit3700e0ef5de95dc79290cd16b5abacdd0d490570 (patch)
treeb7afa1b473e0265b6e82bd5d42482d91a4246d3f /src/server/game/Spells/SpellMgr.cpp
parente20bfe3f4b13c9de4abc18c1ce584f25106f4a27 (diff)
Core/Misc: Defined new summon properties titles
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index ab73f8338a2..e3c405c9e96 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3623,9 +3623,9 @@ 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(628))) // Hungry Plaguehound
properties->Control = SUMMON_CATEGORY_PET;