diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-18 20:16:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-18 20:16:46 -0300 |
commit | 22b710065af608a2d44299636ace6af1b6ea1861 (patch) | |
tree | 9a323375fee5d9fe05e775c8b7b4512671fbb083 /npc/003-2 | |
parent | 3054724988079add51ea2984bb401d02486acbfb (diff) | |
download | serverdata-22b710065af608a2d44299636ace6af1b6ea1861.tar.gz serverdata-22b710065af608a2d44299636ace6af1b6ea1861.tar.bz2 serverdata-22b710065af608a2d44299636ace6af1b6ea1861.tar.xz serverdata-22b710065af608a2d44299636ace6af1b6ea1861.zip |
typo
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/lua.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index d86b30451..ad09410af 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -46,8 +46,8 @@ L_GMItems: L_GMEvent: #GMEVENT_T=gettimetick(2)+(60*60*24); getitem StrangeCoin, 30; - #logmes(strcharinfo(0)+" just took thirty event coins."); - #logmes(strcharinfo(0)+" just took thirty event coins.", LOGMES_ATCOMMAND); + //logmes(strcharinfo(0)+" just took thirty event coins."); + //logmes(strcharinfo(0)+" just took thirty event coins.", LOGMES_ATCOMMAND); mes ""; mesn; mesq lg("Here they are, miss.", "Here they are, mister."); |