Преглед на файлове

Small update to the checkweight in Christmas 2005 Event. (bugreport:2553)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X преди 16 години
родител
ревизия
234d3d663b
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 2 0
      npc/Changelog.txt
  2. 2 1
      npc/events/christmas_2005.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2008/12/23
+	* Small update to the checkweight in Christmas 2005 Event. (bugreport:2553) [Paradox924X]
 2008/11/21
 	* Fixed typos in var names from EIN_LOVERQRQ to EIN_LOVERQ in Einbroch Lovers Quest. (bugreport:2464) [Paradox924X]
 2008/11/18

+ 2 - 1
npc/events/christmas_2005.txt

@@ -22,6 +22,7 @@
 //= 1.0 First semi-working conversion. [Brainstorm]
 //= 1.1 Refined Brainstorm's conversion. [L0ne_W0lf]
 //= 1.2 Replaced effect numerics with constants. [L0ne_W0lf]
+//= 1.2a Small update to the checkweight. (bugreport:2553). [Paradox924X]
 //============================================================
 
 // Louise's Santa Hat (Event 1)
@@ -1115,7 +1116,7 @@ prontera,156,242,0	script	Oholy#pron::OholyDup	79,{
 		close;
 	}
 	else if(christ_carol05 == 2) {
-		if(checkweight(1201,1)) {
+		if(!checkweight(1201,1)) {
 			mes "^3355FFWait a second!";
 			mes "Right now, you're carrying";
 			mes "too many things with you.";