From 71be2505cc1d93890c059ee98e0ccf8c31255b31 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sun, 25 Feb 2018 16:50:50 -0300 Subject: Correct missing { --- npc/005-7/trainer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index e3b0ef3ae..e25339b47 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -454,7 +454,7 @@ OnKillScorpion: .@q=getq(CandorQuest_Trainer); .@k=getq2(CandorQuest_Trainer); // Get number of kills (via getq2) if (.@q == 10) { - if (.@k+1 >= 1) + if (.@k+1 >= 1) { trainer_max_kills(); message strcharinfo(0), l("All scorpions are dead!"); } else { -- cgit v1.2.3-60-g2f50