diff options
Diffstat (limited to 'npc/events/halloween_2009.txt')
-rw-r--r-- | npc/events/halloween_2009.txt | 2 |
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;
}
|