diff options
Diffstat (limited to 'world/map/npc/commands/dailypoints.txt')
-rw-r--r-- | world/map/npc/commands/dailypoints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/commands/dailypoints.txt b/world/map/npc/commands/dailypoints.txt index 5d5234fc..7542fcad 100644 --- a/world/map/npc/commands/dailypoints.txt +++ b/world/map/npc/commands/dailypoints.txt @@ -7,5 +7,6 @@ OnInit: // TODO: allow event managers to give and take daily points registercmd chr(ATCMD_SYMBOL) + "dailypoints", strnpcinfo(0); registercmd chr(ATCMD_SYMBOL) + "dailypoint", strnpcinfo(0); // for typos + registercmd chr(ATCMD_SYMBOL) + "dp", strnpcinfo(0); // shortcut end; } |