aboutsummaryrefslogtreecommitdiff
path: root/src/crskill.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crskill.cc')
-rw-r--r--src/crskill.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crskill.cc b/src/crskill.cc
index e098b25..5b20402 100644
--- a/src/crskill.cc
+++ b/src/crskill.cc
@@ -107,9 +107,6 @@ void TSkill::Load(int Act, int Max, int Min, int DAct, int MDAct,
TCreature *Master = this->Master;
if(Master && Cycle != 0){
- // NOTE(fusion): It seems we had `TSkillBase::SetTimer` inlined here.
- // For whatever reason I hadn't noticed the error message referencing
- // it, LOL.
Master->SetTimer(this->SkNr, Cycle, Count, MaxCount, FactorPercent);
}
}