mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Fix build.
--HG-- branch : trunk
This commit is contained in:
@@ -1750,7 +1750,7 @@ void Pet::CastPetAura(PetAura const* aura)
|
||||
|
||||
void Pet::learnSpellHighRank(uint32 spellid)
|
||||
{
|
||||
learnSpell(spellid,false);
|
||||
learnSpell(spellid);
|
||||
|
||||
if(uint32 next = spellmgr.GetNextSpellInChain(spellid))
|
||||
learnSpellHighRank(next);
|
||||
|
||||
Reference in New Issue
Block a user