mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Totem of the Earthen Ring
This commit is contained in:
@@ -1937,7 +1937,7 @@ void PlayerbotFactory::InitClassSpells()
|
|||||||
case CLASS_SHAMAN:
|
case CLASS_SHAMAN:
|
||||||
bot->learnSpell(403, true);
|
bot->learnSpell(403, true);
|
||||||
bot->learnSpell(331, 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) {
|
if (level >= 4) {
|
||||||
bot->learnSpell(8071, false); // stoneskin totem
|
bot->learnSpell(8071, false); // stoneskin totem
|
||||||
}
|
}
|
||||||
@@ -2400,7 +2400,7 @@ void PlayerbotFactory::InitReagents()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CLASS_SHAMAN:
|
case CLASS_SHAMAN:
|
||||||
// items.push_back({46978, 1}); // Totem
|
items.push_back({46978, 1}); // Totem
|
||||||
if (bot->getLevel() >= 30)
|
if (bot->getLevel() >= 30)
|
||||||
items.push_back({17030, 40}); // Ankh
|
items.push_back({17030, 40}); // Ankh
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user