mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
summon imp
This commit is contained in:
@@ -1914,6 +1914,7 @@ void PlayerbotFactory::InitClassSpells()
|
||||
case CLASS_WARLOCK:
|
||||
bot->learnSpell(687, true);
|
||||
bot->learnSpell(686, true);
|
||||
bot->learnSpell(688, true); // summon imp
|
||||
if (level >= 10) {
|
||||
bot->learnSpell(697, false); // summon voidwalker
|
||||
}
|
||||
@@ -1936,7 +1937,7 @@ void PlayerbotFactory::InitClassSpells()
|
||||
case CLASS_SHAMAN:
|
||||
bot->learnSpell(403, true);
|
||||
bot->learnSpell(331, true);
|
||||
bot->learnSpell(66747, false); // Totem of the Earthen Ring
|
||||
bot->learnSpell(66747, true); // Totem of the Earthen Ring
|
||||
if (level >= 4) {
|
||||
bot->learnSpell(8071, false); // stoneskin totem
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user