Fix hunter pet losing talents on respec -now back to being blizzlike

--HG--
branch : trunk
This commit is contained in:
click
2010-04-13 13:18:06 +02:00
parent 7cd1f436be
commit aef86ce05b

View File

@@ -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();