summon imp

This commit is contained in:
Yunfan Li
2023-09-04 17:05:20 +08:00
parent 80ea3426d0
commit f1f23fb231

View File

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