Remove InitSpells() (#1983)

InitSpells() is never called, and even if it were to be, it would do
nothing but call InitAvailableSpells().
This commit is contained in:
Crow
2026-01-08 13:46:36 -06:00
committed by GitHub
parent e5525958c8
commit f53a8704eb
2 changed files with 0 additions and 3 deletions

View File

@@ -1103,8 +1103,6 @@ void PlayerbotFactory::ResetQuests()
}
}
void PlayerbotFactory::InitSpells() { InitAvailableSpells(); }
void PlayerbotFactory::InitTalentsTree(bool increment /*false*/, bool use_template /*true*/, bool reset /*false*/)
{
uint32 specTab;

View File

@@ -95,7 +95,6 @@ private:
void InitTradeSkills();
void UpdateTradeSkills();
void SetRandomSkill(uint16 id);
void InitSpells();
void ClearSpells();
void ClearSkills();
void InitTalents(uint32 specNo);