diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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"); } } } |