summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/commands/dailypoints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/commands/dailypoints.txt b/world/map/npc/commands/dailypoints.txt
index 3b26e5d0..5d5234fc 100644
--- a/world/map/npc/commands/dailypoints.txt
+++ b/world/map/npc/commands/dailypoints.txt
@@ -6,6 +6,6 @@
OnInit:
// TODO: allow event managers to give and take daily points
registercmd chr(ATCMD_SYMBOL) + "dailypoints", strnpcinfo(0);
- registercmd chr(ATCMD_SYMBOL) + "dailypoints", strnpcinfo(0); // for typos
+ registercmd chr(ATCMD_SYMBOL) + "dailypoint", strnpcinfo(0); // for typos
end;
}