From bf4b0a281207e46a9b21a9c9f779aeafaa739b62 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 26 Oct 2014 02:06:46 +0100 Subject: Replaced 'set' with direct assignment where applicable (common folder) Signed-off-by: Haru --- npc/kafras/kafras.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/kafras/kafras.txt') diff --git a/npc/kafras/kafras.txt b/npc/kafras/kafras.txt index e52d195ce..235a0da0f 100644 --- a/npc/kafras/kafras.txt +++ b/npc/kafras/kafras.txt @@ -67,7 +67,7 @@ aldeba_in,96,181,4 script Kafra Service 4_F_KAFRA5,{ mes "I'll access your Storage for you."; next; Zeny -= 20; - set RESRVPTS, RESRVPTS + (20/5); + RESRVPTS += (20/5); mes "[Kafra Leilah]"; mes "In the future, please"; mes "ask the Kafra Employee on"; -- cgit v1.2.3-60-g2f50