Skip to content

Commit

Permalink
Send Spell mods on player reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Novivy authored and killerwife committed Jan 3, 2025
1 parent 1208bca commit f0fab6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/Entities/CharacterHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ void WorldSession::HandlePlayerReconnect()

_player->SendInitWorldStates(_player->GetZoneId());
_player->CastSpell(_player, 836, TRIGGERED_OLD_TRIGGERED); // LOGINEFFECT
_player->SendAllSpellMods(SPELLMOD_FLAT);
_player->SendAllSpellMods(SPELLMOD_PCT);
_player->SendEnchantmentDurations(); // must be after add to map
_player->SendItemDurations(); // must be after add to map

Expand Down

0 comments on commit f0fab6b

Please sign in to comment.