From b631e5ac4ed4eb08e2b6773e4fd8bedaec8d9b61 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Thu, 6 May 2021 11:52:47 +0200 Subject: fixed Heathin producing unlimited Terranite Helmets from level 70-79 (#585) Jesusalva tried to change quest levels and ended up making a typo. Figures. --- world/map/npc/001-2/heathin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/001-2/heathin.txt b/world/map/npc/001-2/heathin.txt index 321b6e0f..53cc8b68 100644 --- a/world/map/npc/001-2/heathin.txt +++ b/world/map/npc/001-2/heathin.txt @@ -20,7 +20,7 @@ if (QL_TERRANITE_ARMOR == 2) && (BaseLevel >= 70) goto L_Hood; if (QL_TERRANITE_ARMOR == 2) && (BaseLevel >= 60) goto L_Forge_Thanks; if (QL_TERRANITE_ARMOR == 1) && (BaseLevel >= 60) goto L_Forge_Award; - if (BaseLevel >= 60) goto L_Start; + if (QL_TERRANITE_ARMOR < 1) && (BaseLevel >= 60) goto L_Start; mes "[Heathin]"; mes "\"Hello, friend. I am Heathin, a smith of exotic metals. \""; -- cgit v1.2.3-60-g2f50