Browse Source

Corrected an error that snuck in to the Easter Event

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12422 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 years ago
parent
commit
af3d4d9d24
2 changed files with 4 additions and 2 deletions
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/events/easter_2008.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/03/21
+	* Rev. 12422 Corrected an error that snuck in to the Easter Event. [L0ne_W0lf]
 	* Rev. 12421 Added 2008 iRO Easter Event care of Kisuka. [L0ne_W0lf]
 	* Rev. 12412 Removed "Fastidious Old Man" duplicate in Alberta. [L0ne_W0lf]
 	* Rev. 12411 Fixed Gym Pass NPC reporting "00" on use. [L0ne_W0lf]

+ 3 - 2
npc/events/easter_2008.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //= Kisuka
 //===== Current Version: =====================================
-//= 1.0
+//= 1.1
 //===== Compatible With: =====================================
 //= eAthena SVN
 //===== Description: =========================================
@@ -12,6 +12,7 @@
 //= Help a suspicious man.
 //===== Additional Comments: =================================
 //= 1.0 First version. [Kisuka]
+//= 1.1 Corrected a small bug. [L0ne_W0lf]
 //============================================================
 
 // Prontera
@@ -523,7 +524,7 @@ morocc,131,26,5	script	Secret Corps#egg	880,{
 			close;
 		}
 	}
-	else if (easter2008 >= 5 || easter2008 <= 8) {
+	else if (easter2008 >= 5 && easter2008 <= 8) {
 		mes "[Corps Member]";
 		mes "Did you forget";
 		mes "where you must go?";