fix(Scripts/ZulGurub): Fixed Jindo's Brain Wash Totem. (#11839)

This commit is contained in:
UltraNix
2022-06-14 02:04:58 +02:00
committed by GitHub
parent 21705d76ad
commit d5221ae423
3 changed files with 21 additions and 1 deletions

View File

@@ -85,6 +85,8 @@ void Totem::InitStats(uint32 duration)
void Totem::InitSummon()
{
Minion::InitSummon();
if (m_type == TOTEM_PASSIVE && GetSpell())
CastSpell(this, GetSpell(), true);