From 85b8c0eeb260b1165f51a069f4e60dcef9caa81b Mon Sep 17 00:00:00 2001 From: Antz Date: Sat, 31 Aug 2024 09:38:50 +0100 Subject: [PATCH] Update Player.cpp Remove trailing spaces --- src/game/Object/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/Object/Player.cpp b/src/game/Object/Player.cpp index 8b989d4b9..8d04052ac 100644 --- a/src/game/Object/Player.cpp +++ b/src/game/Object/Player.cpp @@ -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*/