mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 10:20:27 +00:00
Cleanups to config and source (#1720)
* general edits * Clarify comment for bot teleportation map IDs
This commit is contained in:
@@ -4287,7 +4287,7 @@ void PlayerbotFactory::ApplyEnchantTemplate(uint8 spec)
|
||||
// const SpellItemEnchantmentEntry* a = sSpellItemEnchantmentStore.LookupEntry(1);
|
||||
}
|
||||
|
||||
void PlayerbotFactory::ApplyEnchantAndGemsNew(bool destoryOld)
|
||||
void PlayerbotFactory::ApplyEnchantAndGemsNew(bool destroyOld)
|
||||
{
|
||||
//int32 bestGemEnchantId[4] = {-1, -1, -1, -1}; // 1, 2, 4, 8 color //not used, line marked for removal.
|
||||
//float bestGemScore[4] = {0, 0, 0, 0}; //not used, line marked for removal.
|
||||
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
void InitFood();
|
||||
void InitMounts();
|
||||
void InitBags(bool destroyOld = true);
|
||||
void ApplyEnchantAndGemsNew(bool destoryOld = true);
|
||||
void ApplyEnchantAndGemsNew(bool destroyOld = true);
|
||||
void InitInstanceQuests();
|
||||
void UnbindInstance();
|
||||
void InitKeyring();
|
||||
|
||||
Reference in New Issue
Block a user