diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 16:23:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 16:23:01 -0300 |
commit | 753d8a34cfa64c4d7fcc2cd3fd0563512d7f119a (patch) | |
tree | d2a3aa21b30f9203406d9cb93e0b9b9e588085a1 /npc/002-4/nard.txt | |
parent | 3e60bb1d7c2cc99df802b34c065fd1f3ab7d5eeb (diff) | |
parent | 5f538fbcfdd675bbf88253232569c25b7f5b3b78 (diff) | |
download | serverdata-753d8a34cfa64c4d7fcc2cd3fd0563512d7f119a.tar.gz serverdata-753d8a34cfa64c4d7fcc2cd3fd0563512d7f119a.tar.bz2 serverdata-753d8a34cfa64c4d7fcc2cd3fd0563512d7f119a.tar.xz serverdata-753d8a34cfa64c4d7fcc2cd3fd0563512d7f119a.zip |
[skip ci] Merge branch 'master' into heroes_hold
Diffstat (limited to 'npc/002-4/nard.txt')
-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 |