summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-24 20:45:37 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-24 20:45:37 -0300
commit5f555afa3f14ca43ca3e5ea49faeea396bb726fd (patch)
treec97b9e7c800e9d883f6fc1da44c6a7e7101fd012 /npc/commands/ucp.txt
parent48cfe363e122b8840b93259f552a23914ea6f08f (diff)
downloadserverdata-5f555afa3f14ca43ca3e5ea49faeea396bb726fd.tar.gz
serverdata-5f555afa3f14ca43ca3e5ea49faeea396bb726fd.tar.bz2
serverdata-5f555afa3f14ca43ca3e5ea49faeea396bb726fd.tar.xz
serverdata-5f555afa3f14ca43ca3e5ea49faeea396bb726fd.zip
Legendary Weapons now auto-expire if owner fails to login within 15 days.
A mail warning will be sent after a week inactivity.
Diffstat (limited to 'npc/commands/ucp.txt')
-rw-r--r--npc/commands/ucp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt
index f2dfd166f..6386a850b 100644
--- a/npc/commands/ucp.txt
+++ b/npc/commands/ucp.txt
@@ -59,7 +59,7 @@ function script UserCtrlPanel {
"accid", getcharid(3),
"pin", rand2(10000));
debugmes .@msg$;
- api_send(302, .@msg$);
+ api_send(API_PINCODE, .@msg$);
#FIRST_TIME=2;
mesc l("PinCode created, an email should arrive within 15 minutes."), 3;
next;