From 58f791b8062a268886668e3cc137d70ea63fb2ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jan 2021 22:44:06 -0300 Subject: Fix typo on Gift Fanatic Error is unrecoverable --- npc/022-1/gift_collector.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/022-1/gift_collector.txt b/npc/022-1/gift_collector.txt index dc3f38e46..67ce439cd 100644 --- a/npc/022-1/gift_collector.txt +++ b/npc/022-1/gift_collector.txt @@ -69,13 +69,13 @@ L_Main: mes ""; if (@menu == 1) { .@qnt=countitem(PresentBox); - .@q2+=.@qnt; + .@q+=.@qnt; delitem PresentBox, .@qnt; Zeny=Zeny+.@price*.@qnt; getexp .@qnt*.@price, .@qnt; - setq2 SQuest_XmasCollector, .@q2; + setq2 SQuest_XmasCollector, .@q; mesn; - mesq l("Many, many thanks! Thus far, you delivered me @@ gift boxes!", .@q2); + mesq l("Many, many thanks! Thus far, you delivered me @@ gift boxes!", .@q); next; } mesn; -- cgit v1.2.3-60-g2f50