mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Core/Spells): Shaman Reincarnation (#1844)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user