diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-0/master.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-0/master.txt b/npc/008-0/master.txt index 875789a27..94aeb148d 100644 --- a/npc/008-0/master.txt +++ b/npc/008-0/master.txt @@ -42,7 +42,7 @@ for (.@i = 0; .@i < .@count; ++.@i) { // Online? if (isloggedin(.@aid[.@i], .@cid[.@i])) { - getmapxy(.@m$, .@x, .@y, 0, .@name$[.@i])); + getmapxy(.@m$, .@x, .@y, 0, .@name$[.@i]); // Here? if (.@m$ == .map$) .@count_online++; |