From 35193b200d294798e58162bdb3a4dce7f1ce4cc4 Mon Sep 17 00:00:00 2001 From: cuoco Date: Sat, 26 Nov 2022 13:20:32 +0000 Subject: fix typo --- world/map/npc/commands/dailypoints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50