mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Totem of the Earthen Ring
This commit is contained in:
parent
4a30326733
commit
0c3b5805cf
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user