summaryrefslogtreecommitdiff
path: root/npc/008-0/master.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-0/master.txt')
-rw-r--r--npc/008-0/master.txt2
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++;