From 7c69ccc6452f8a31cf8d531c9684fc68ddd04452 Mon Sep 17 00:00:00 2001 From: Zephiris Date: Wed, 8 Feb 2006 03:14:21 +0000 Subject: * 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 --- npc/Changelog.txt | 1 + npc/events/valentinesday.txt | 4 ++-- npc/scripts_athena.conf | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 90ffcb809..e159f8c3e 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -29,6 +29,7 @@ Date Added ====== 02/07 + * Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris] * Added a custom quest for Jewel Case for 99 Base Level Players of 2nd Class [Lupus] * Fixed the spawns that where using the no exp/drop version of Male Thief Bug (Thanks to irmin) [Poki#3] 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; diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 76f33bfc2..2c0a3299c 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -146,7 +146,7 @@ npc: npc/kafras/kafras_new.txt //npc: npc/events/custom/uneasy_cemetery.txt //npc: npc/events/custom/draculax.txt //npc: npc/events/custom/event_gefenia.txt -npc: npc/events/custom/2006_dogs_year.txt +//npc: npc/events/custom/2006_dogs_year.txt // -------------------------------------------------------------- // --------------------------- Others --------------------------- -- cgit v1.2.3-60-g2f50