summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcuoco <atunna2026@gmail.com>2022-11-26 13:20:32 +0000
committercuoco <atunna2026@gmail.com>2022-11-26 13:20:32 +0000
commit35193b200d294798e58162bdb3a4dce7f1ce4cc4 (patch)
treead4d379b4b5fa0f4d2b1ba1eaec57071a24f4c95
parentd50f5b468cdf1c8d1d8068f2e71106e5b37426f9 (diff)
downloadserverdata-35193b200d294798e58162bdb3a4dce7f1ce4cc4.tar.gz
serverdata-35193b200d294798e58162bdb3a4dce7f1ce4cc4.tar.bz2
serverdata-35193b200d294798e58162bdb3a4dce7f1ce4cc4.tar.xz
serverdata-35193b200d294798e58162bdb3a4dce7f1ce4cc4.zip
fix typo
-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;
}