From 93a661a43442e70f12b639754d8dc75dd1584ac4 Mon Sep 17 00:00:00 2001 From: Xackery Date: Tue, 16 Nov 2021 17:19:37 -0800 Subject: [PATCH] Removed debug line --- zone/botspellsai.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zone/botspellsai.cpp b/zone/botspellsai.cpp index 06b9f6ebc..3a9a1b982 100644 --- a/zone/botspellsai.cpp +++ b/zone/botspellsai.cpp @@ -2750,11 +2750,6 @@ void Bot::ElixirSpellCacheRefresh() { if (GetSpellLevel(spellID, GetClass()) <= 0) continue; if (GetSpellLevel(spellID, GetClass()) > GetLevel()) continue; - if (spellID == 13) { - if (true) { - - } - } if (spells[spellID].target_type == ST_Target && IsEffectInSpell(spellID, SE_CurrentHP) && spellSlot == -1 && spells[spellID].base_value > 0) { if (GetClass() == CLERIC || GetClass() == DRUID || GetClass() == SHAMAN || GetClass() == PALADIN) spellSlot = 4; else spellSlot = 6;