fix(Core/Spells): Shaman Reincarnation (#1844)

This commit is contained in:
Shard
2019-05-28 14:29:31 +02:00
committed by Stoabrogga
parent 490fd16bf5
commit 0e08350b69

View File

@@ -586,7 +586,7 @@ void WorldSession::HandleSelfResOpcode(WorldPacket & /*recvData*/)
SpellInfo const* spellInfo = sSpellMgr->GetSpellInfo(_player->GetUInt32Value(PLAYER_SELF_RES_SPELL));
if (spellInfo)
{
_player->CastSpell(_player, spellInfo, true, 0);
_player->CastSpell(_player, spellInfo, false, 0);
_player->AddSpellAndCategoryCooldowns(spellInfo, 0);
}