mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9640] Fix a typo in ReputationMgr
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
07c92ba83e
commit
e499150b59
5 changed files with 6 additions and 6 deletions
|
|
@ -6381,7 +6381,7 @@ void Spell::DoSummonTotem(SpellEffectIndex eff_idx, uint8 slot_dbc)
|
|||
m_caster->_AddTotem(TotemSlot(slot),pTotem);
|
||||
|
||||
pTotem->SetOwner(m_caster->GetGUID());
|
||||
pTotem->SetTypeBySummonSpell(m_spellInfo); // must be after Create call where m_spells initilized
|
||||
pTotem->SetTypeBySummonSpell(m_spellInfo); // must be after Create call where m_spells initialized
|
||||
|
||||
int32 duration=GetSpellDuration(m_spellInfo);
|
||||
if (Player* modOwner = m_caster->GetSpellModOwner())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue