diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-09 23:42:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-09 23:42:21 -0200 |
commit | 424aa32c75b85d8291e32780f865e0b5462cfa32 (patch) | |
tree | b12d8584dcbe80fc4b00d4d8cba030c7ca394b93 /npc/functions/clientversion.txt | |
parent | c7c2fda6e8f25e53ff0094a63719e5e2df29c88e (diff) | |
download | serverdata-424aa32c75b85d8291e32780f865e0b5462cfa32.tar.gz serverdata-424aa32c75b85d8291e32780f865e0b5462cfa32.tar.bz2 serverdata-424aa32c75b85d8291e32780f865e0b5462cfa32.tar.xz serverdata-424aa32c75b85d8291e32780f865e0b5462cfa32.zip |
Fixesr08_190109
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 35eeb9ddb..baef35d1d 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -87,7 +87,7 @@ function script checkclientversion { .@dg=1; showavatar NPC_LOF_RICH; mesn ("TMW2 Staff"); - mesc l("Hello, @@! We just looked up and found out you were active during 2018-12-29!"), 3; + mesc l("Hello, @@! We just looked up and found out you were active during 2018-12-29!", strcharinfo(0)), 3; mesc l("And during that time, item dropped was bugged! We wanted to deliver you a token of apology!"), 3; mesc l("Sorry, and enjoy the game! Your TMW2 Staff Team."), 3; mesc l("Token Of Apology: 1x @@, 570 GP", getitemlink(GoldenGift)); @@ -101,7 +101,7 @@ function script checkclientversion { .@dg=1; showavatar NPC_LOF_RICH; mesn ("TMW2 Staff"); - mesc l("Hello, @@! We are proud to announce the @@ RESULTS!", b(l("1° Screenshooting Contest"))), 3; + mesc l("Hello, @@! We are proud to announce the @@ RESULTS!", strcharinfo(0) , b(l("1° Screenshooting Contest"))), 3; mesc l("Participants: Jesusalva * mishana * bObr * demure * LawnCable"), 3; next; mesc ("Mishana Entries: Happy"), 3; |