diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-01 15:36:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-01 15:36:55 -0300 |
commit | a939ab7375c33434269c11238879bed16d1e48bd (patch) | |
tree | fc5aa0e237a21ecc7b312d11c3ff031180f3781e /npc/000-0 | |
parent | 42abbb6a75ef173d416572df1880aeeb53516b5e (diff) | |
download | serverdata-a939ab7375c33434269c11238879bed16d1e48bd.tar.gz serverdata-a939ab7375c33434269c11238879bed16d1e48bd.tar.bz2 serverdata-a939ab7375c33434269c11238879bed16d1e48bd.tar.xz serverdata-a939ab7375c33434269c11238879bed16d1e48bd.zip |
Import exp/gp from user after creating a character
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 0b682f3..d7fc51d 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -67,6 +67,9 @@ OnTouch: // Final warp warp "033-1", 122, 192; savepoint "033-1", 122, 192; + + // Import exp, gp and items if not done already + clientupdater(); close; OnInit: |