diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 21:02:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 21:02:54 -0300 |
commit | fe7c4f03cef25f2efd089a97a463e2f42c507b45 (patch) | |
tree | 2a27665a620c03bd8b81690430ebb563d7911535 /world/map/npc/commands | |
parent | 2a0c27c6c90bebc4f9cc1aa58f61ab16c67b01a4 (diff) | |
download | serverdata-fe7c4f03cef25f2efd089a97a463e2f42c507b45.tar.gz serverdata-fe7c4f03cef25f2efd089a97a463e2f42c507b45.tar.bz2 serverdata-fe7c4f03cef25f2efd089a97a463e2f42c507b45.tar.xz serverdata-fe7c4f03cef25f2efd089a97a463e2f42c507b45.zip |
@givelvlplz - no new registers.
I'll probably use it to get merged accounts.
Diffstat (limited to 'world/map/npc/commands')
-rw-r--r-- | world/map/npc/commands/valentine.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/commands/valentine.txt b/world/map/npc/commands/valentine.txt index b78056ae..dbc3474f 100644 --- a/world/map/npc/commands/valentine.txt +++ b/world/map/npc/commands/valentine.txt @@ -5,7 +5,9 @@ OnValentine: if (#VALENTINE20_INDEX > 0) goto L_AlreadyDone; - goto L_Register; + message strcharinfo(0), "Valentine Event is already over."; + end; + //goto L_Register; L_AlreadyDone: message strcharinfo(0), "You are already registered for Valentine Event."; |