From e43e9778121f1c8cb755907c7eb57d9cb17247f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 02:38:31 -0300 Subject: Possible bugs with referal. Include $REFERRAL_ENABLED check. --- npc/002-4/nard.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 754ebb34b..7536c6256 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -19,7 +19,7 @@ L_Checker: if (LOCATION$ != "") goto L_NotYet; // Referral program - if (#REFERRAL_PROG == 0) { + if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { mesn l("TMW2 Staff"); mesc l("Hello, and welcome to TMW2: Moubootaur Legends!"), 3; mesc l("(Click next button to advance dialogs)"),9; @@ -64,7 +64,6 @@ L_Checker: next; } } while (.@ref$ == ""); - if (ClientVersion >= 24) close; } // Introduction -- cgit v1.2.3-70-g09d2