diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-14 20:32:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-14 20:32:40 +0300 |
commit | efcee71a216f5a9506912af46512bb1d60673a95 (patch) | |
tree | c19d5849982d0e268be8c539b2fadab20a184dab /npc | |
parent | 34e83afb1dfa5e9e1992c272e2e6cfd130927fba (diff) | |
download | serverdata-efcee71a216f5a9506912af46512bb1d60673a95.tar.gz serverdata-efcee71a216f5a9506912af46512bb1d60673a95.tar.bz2 serverdata-efcee71a216f5a9506912af46512bb1d60673a95.tar.xz serverdata-efcee71a216f5a9506912af46512bb1d60673a95.zip |
Add reports about old client into Nard npc.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/nard.txt | 1 | ||||
-rw-r--r-- | npc/001-2-24/nard.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index f0655d1c..da8b75b7 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -206,6 +206,7 @@ L_Already: close; L_GoBackArtis: + checkclientversion; speech 4, l("Enough of this island?"), l("Where would you like to go now?"); diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt index e88b5848..6fd228e9 100644 --- a/npc/001-2-24/nard.txt +++ b/npc/001-2-24/nard.txt @@ -25,6 +25,7 @@ 001-2-24,25,26,0 script Nard#Artis NPC_NARD,{ + checkclientversion; mesn; mesq g(l("Good day miss."), l("Good day mister.")); next; |