mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Init glyphs for maintenance
This commit is contained in:
@@ -129,7 +129,7 @@ class PlayerbotFactory
|
||||
void InitPetTalents();
|
||||
|
||||
void InitReagents();
|
||||
void InitGlyphs();
|
||||
void InitGlyphs(bool increment = false);
|
||||
void InitFood();
|
||||
void InitMounts();
|
||||
void InitBags(bool destroyOld = true);
|
||||
|
||||
@@ -165,6 +165,7 @@ bool MaintenanceAction::Execute(Event event)
|
||||
factory.InitAvailableSpells();
|
||||
factory.InitSkills();
|
||||
factory.InitMounts();
|
||||
factory.InitGlyphs(true);
|
||||
if (bot->getLevel() >= sPlayerbotAIConfig->minEnchantingBotLevel) {
|
||||
factory.ApplyEnchantAndGemsNew();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user