Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr55 authored Jan 28, 2025
1 parent 4172ad1 commit 1a77e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ class SpellProcess
echo "Blacklisting non-training spells:" if $debug_mode_ct

# if there has been no gain from last cast, and its been flagged with cast_only_to_train its a little black cross against the skill
if (DRSkill.getxp(@magic_last_spell['skill']) <= @magic_last_exp) && @magic_last_spell['cast_only_to_train']
if (DRSkill.getxp(@magic_last_spell['skill']) <= @magic_last_exp) && @magic_last_spell['cast_only_to_train'] && (DRSkill.getxp(@magic_last_spell['skill']) < 34)
@magic_no_gain_list[@magic_last_spell['skill']] += 1
else
@magic_no_gain_list[@magic_last_spell['skill']] = 0
Expand Down

0 comments on commit 1a77e75

Please sign in to comment.