mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 18:53:52 +00:00
Removed debug line
This commit is contained in:
parent
3e8796bb4c
commit
93a661a434
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user