mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Fix hunter pet losing talents on respec -now back to being blizzlike
--HG-- branch : trunk
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user