From 7f1c0478bb651f0057598938e63b16ff00af8c52 Mon Sep 17 00:00:00 2001 From: mdr55 <98430078+mdr55@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:28:12 +1100 Subject: [PATCH] Update combat-trainer.lic typo --- combat-trainer.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combat-trainer.lic b/combat-trainer.lic index 01b1b76a8..439008584 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -4848,7 +4848,7 @@ class GameState # blacklist skill if it hasn't been gaining for a while if (@no_gain_list[weapon_skill] > @gain_check) then - DRC.message("WARNING: Supppressing #{weapon_skill} due to skill not training") + DRC.message("WARNING: Suppressing #{weapon_skill} due to skill not training") @weapons_to_train.delete(weapon_skill) return true end