Skip to content

Commit

Permalink
Update Player.cpp
Browse files Browse the repository at this point in the history
Remove trailing spaces
  • Loading branch information
billy1arm authored Aug 31, 2024
1 parent a4ae3e1 commit 85b8c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Object/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26532,7 +26532,7 @@ void Player::LearnPetTalent(ObjectGuid petGuid, uint32 talentId, uint32 talentRa
DETAIL_LOG("PetTalentID: %u Rank: %u Spell: %u\n", talentId, talentRank, spellid);
#ifdef ENABLE_ELUNA
if (Eluna* e = pet->GetEluna())
{
{
e->OnLearnTalents(this, talentId, talentRank, spellid);
}
#endif /*ENABLE_ELUNA*/
Expand Down

0 comments on commit 85b8c0e

Please sign in to comment.