diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 95418b25953..da18ea3a33c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -23238,8 +23238,6 @@ void Player::ActivateSpec(uint8 spec) InterruptNonMeleeSpells(false); // "Hunter pets should have their talents refunded when a hunter switches talent specs, even if they are dismissed at the time." - if (getClass() == CLASS_HUNTER) - Pet::resetTalentsForAllPetsOf(this, GetPet()); UnsummonPetTemporaryIfAny(); ClearComboPointHolders(); |