diff options
author | Zephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-08 03:14:21 +0000 |
---|---|---|
committer | Zephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-08 03:14:21 +0000 |
commit | 7c69ccc6452f8a31cf8d531c9684fc68ddd04452 (patch) | |
tree | b9aa9d16e7aac33e60588037c5be4df4eaa6f206 /npc/events/valentinesday.txt | |
parent | 29c065193627bb85bc838b50f5c7d255e5894d85 (diff) | |
download | hercules-7c69ccc6452f8a31cf8d531c9684fc68ddd04452.tar.gz hercules-7c69ccc6452f8a31cf8d531c9684fc68ddd04452.tar.bz2 hercules-7c69ccc6452f8a31cf8d531c9684fc68ddd04452.tar.xz hercules-7c69ccc6452f8a31cf8d531c9684fc68ddd04452.zip |
* Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5222 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/valentinesday.txt')
-rw-r--r-- | npc/events/valentinesday.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 9d329cd59..6f8f3c410 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -94,8 +94,8 @@ alberta.gat,29,243,4 script Jainie 53,{ // Carl Orleans -- Valentine Event Chocolate maker ------------------
prt_castle.gat,54,34,4 script Carl Orleans 47,{
- mes "[Carl Orleans]"
- mes "Yes?"
+ mes "[Carl Orleans]";
+ mes "Yes?";
next;
menu "I want some hand made chocolate...",-,"I'm lost, sorry to bother you.",M_WAT;
|