diff options
Diffstat (limited to 'world/map/npc/commands/valentine.txt')
-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."; |