From f1f23fb2312d09f5cb641c88d38089f180a0f350 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 4 Sep 2023 17:05:20 +0800 Subject: [PATCH] summon imp --- src/PlayerbotFactory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PlayerbotFactory.cpp b/src/PlayerbotFactory.cpp index 4aa98b60..9bf8d1c7 100644 --- a/src/PlayerbotFactory.cpp +++ b/src/PlayerbotFactory.cpp @@ -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 }