diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 02:38:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 02:38:31 -0300 |
commit | e43e9778121f1c8cb755907c7eb57d9cb17247f8 (patch) | |
tree | bcd8500d41b9a059ce3d42cf6b9a060060679188 | |
parent | 1076faa26b09f6fb9a7cc7bfa526adf043aefe1e (diff) | |
download | serverdata-e43e9778121f1c8cb755907c7eb57d9cb17247f8.tar.gz serverdata-e43e9778121f1c8cb755907c7eb57d9cb17247f8.tar.bz2 serverdata-e43e9778121f1c8cb755907c7eb57d9cb17247f8.tar.xz serverdata-e43e9778121f1c8cb755907c7eb57d9cb17247f8.zip |
Possible bugs with referal. Include $REFERRAL_ENABLED check.
-rw-r--r-- | npc/002-4/nard.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |