summaryrefslogtreecommitdiff
path: root/npc/events/halloween_2009.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-01 17:57:42 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-01 17:57:42 +0000
commita88aee47d252975ad8f6264c6fbde0e4f0c42836 (patch)
tree71411721aaca019b8e1ab3bfc8f25b21e532a3ce /npc/events/halloween_2009.txt
parent947c855e7498124fbfffb061f23de01b2811a287 (diff)
downloadhercules-a88aee47d252975ad8f6264c6fbde0e4f0c42836.tar.gz
hercules-a88aee47d252975ad8f6264c6fbde0e4f0c42836.tar.bz2
hercules-a88aee47d252975ad8f6264c6fbde0e4f0c42836.tar.xz
hercules-a88aee47d252975ad8f6264c6fbde0e4f0c42836.zip
fixed exploit in HW2009 evnt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14114 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/halloween_2009.txt')
-rw-r--r--npc/events/halloween_2009.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/events/halloween_2009.txt b/npc/events/halloween_2009.txt
index 1e1f7ef9b..ff21373d1 100644
--- a/npc/events/halloween_2009.txt
+++ b/npc/events/halloween_2009.txt
@@ -379,7 +379,7 @@ prontera,220,72,5 duplicate(09Treats) Trick or Treater#iRO8 706,2,2
}
if(.@worn > 0 && .@input != 0) {
if(.@worn >= .@input) {
- delitem 6299,.@fabric;
+ delitem 6299,.@input;
set .@whispers,.@whispers+.@input;
set .@input,0;
}