From b59f5546906fb99c1b19bca5acdcf11b0952f5b7 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 17 Aug 2009 04:45:34 +0200 Subject: * Fix visual bug that makes client believe that his recently tamed pet has no talent points. --HG-- branch : trunk --- src/game/Unit.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 80ee7bd359b..d0a7e41abcb 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13242,7 +13242,6 @@ Pet* Unit::CreateTamedPetFrom(Creature* creatureTarget,uint32 spell_id) // this enables pet details window (Shift+P) pet->InitPetCreateSpells(); //pet->InitLevelupSpellsForLevel(); - pet->InitTalentForLevel(); pet->SetHealth(pet->GetMaxHealth()); return pet; -- cgit v1.2.3