From aef86ce05b2a3b710512ba13482f3e258b33cec7 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 13 Apr 2010 13:18:06 +0200 Subject: Fix hunter pet losing talents on respec -now back to being blizzlike --HG-- branch : trunk --- src/game/Player.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3