diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:05:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:05:40 -0300 |
commit | a852e0f6940ccb27023a607304e5518d2f2b15fe (patch) | |
tree | 3e5db5c05079f6be3a49314df611f9b861dc6826 /npc/003-2 | |
parent | ac1604808b31777760c0059bc5da2c76ae9fd92d (diff) | |
download | serverdata-a852e0f6940ccb27023a607304e5518d2f2b15fe.tar.gz serverdata-a852e0f6940ccb27023a607304e5518d2f2b15fe.tar.bz2 serverdata-a852e0f6940ccb27023a607304e5518d2f2b15fe.tar.xz serverdata-a852e0f6940ccb27023a607304e5518d2f2b15fe.zip |
[skip ci] commented code
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/estard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index cf7ec6384..b03c9e31f 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -78,6 +78,8 @@ mesn; mesq lg("Welcome miss.", "Good day sir."); + //if (getcharid(1) > 0) + // mes l("You're in the \"@@\" party, I know!", getpartyname(getcharid(1))); if (getcharid(2) > 0) mesq l("You are part of the \"@@\" guild.", getguildname(getcharid(2))); next; |