fix(Core/Pets): Spells casted by pets and delayed due to LoS or not in range cause should have cast time (#7667)
- Closes #5231
This commit is contained in:
@@ -467,7 +467,7 @@ void Pet::Update(uint32 diff)
|
|||||||
GetCharmInfo()->SetIsReturning(false);
|
GetCharmInfo()->SetIsReturning(false);
|
||||||
GetCharmInfo()->SaveStayPosition(true);
|
GetCharmInfo()->SaveStayPosition(true);
|
||||||
|
|
||||||
CastSpell(tempspellTarget, tempspell, true);
|
CastSpell(tempspellTarget, tempspell, false);
|
||||||
m_tempspell = 0;
|
m_tempspell = 0;
|
||||||
m_tempspellTarget = nullptr;
|
m_tempspellTarget = nullptr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user