From bd5fa6439b47da623a0536817e85f6e77cdb6605 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Dec 2020 22:26:21 -0300 Subject: Fix callfuncs --- npc/functions/clientversion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b4a40312a..01ffc1ee3 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -995,8 +995,8 @@ function script clientupdater { getsavepoint(0) != "005-1" && getsavepoint(0) != "009-1") { // Resave at Candor - EnterTown("Candor"); - ReturnTown(); + callfunc("EnterTown", "Candor"); + callfunc("ReturnTown"); } } } -- cgit v1.2.3-60-g2f50