summaryrefslogtreecommitdiff
path: root/npc/events/christmas_2005.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 08:19:26 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 08:19:26 +0000
commitc1e28e5388bb3e744dea89c873b642fd5c7c7e70 (patch)
tree2313d00ab431d6a5ce7e7ecbb154dfee7786046e /npc/events/christmas_2005.txt
parent9c2a0d9db60a698035ec6821239c20ab81b148ca (diff)
downloadhercules-c1e28e5388bb3e744dea89c873b642fd5c7c7e70.tar.gz
hercules-c1e28e5388bb3e744dea89c873b642fd5c7c7e70.tar.bz2
hercules-c1e28e5388bb3e744dea89c873b642fd5c7c7e70.tar.xz
hercules-c1e28e5388bb3e744dea89c873b642fd5c7c7e70.zip
Small update to the checkweight in Christmas 2005 Event. (bugreport:2553)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/christmas_2005.txt')
-rw-r--r--npc/events/christmas_2005.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/events/christmas_2005.txt b/npc/events/christmas_2005.txt
index a13a7e7a8..7c3512541 100644
--- a/npc/events/christmas_2005.txt
+++ b/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.";