Totem of the Earthen Ring

This commit is contained in:
Yunfan Li
2023-09-04 17:13:10 +08:00
parent 4a30326733
commit 0c3b5805cf

View File

@@ -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;