diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 9bf8d1c7..f0642636 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -1937,7 +1937,7 @@ void PlayerbotFactory::InitClassSpells() case CLASS_SHAMAN: bot->learnSpell(403, true); bot->learnSpell(331, true); - bot->learnSpell(66747, true); // Totem of the Earthen Ring + // bot->learnSpell(66747, true); // Totem of the Earthen Ring if (level >= 4) { bot->learnSpell(8071, false); // stoneskin totem } @@ -2400,7 +2400,7 @@ void PlayerbotFactory::InitReagents() } break; case CLASS_SHAMAN: - // items.push_back({46978, 1}); // Totem + items.push_back({46978, 1}); // Totem if (bot->getLevel() >= 30) items.push_back({17030, 40}); // Ankh break;