mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Entities: Allow Shaman totems to crit with spells, and add a temp workaround to make Fire Elemental Totem spawn crit with spells also.
Closes #252 Closes #1846
This commit is contained in:
@@ -6771,7 +6771,7 @@ void Spell::SummonGuardian(uint32 i, uint32 entry, SummonPropertiesEntry const *
|
||||
return;
|
||||
|
||||
if (caster->isTotem())
|
||||
caster = caster->ToTotem()->GetOwner();
|
||||
caster = caster->ToTotem()->GetOwner();
|
||||
|
||||
// in another case summon new
|
||||
uint8 level = caster->getLevel();
|
||||
|
||||
Reference in New Issue
Block a user