diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-28 16:01:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-28 16:01:00 -0300 |
commit | f2013282932590218007f5cb398ca6807b329c6b (patch) | |
tree | 34f6ca748934ce8df2db808b5d2e2ab1cf012913 /npc | |
parent | f60d49d6bbd6a94d170695513a11f76ec83b967d (diff) | |
download | serverdata-jesusalva/rebirth.tar.gz serverdata-jesusalva/rebirth.tar.bz2 serverdata-jesusalva/rebirth.tar.xz serverdata-jesusalva/rebirth.zip |
I forgot to update the sailorsjesusalva/rebirth
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index d19d4f39..45396609 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -58,11 +58,11 @@ OnTouch: // So allow them now. if (islegacyaccount()) { // Rebirth system - if (getlegacylevel() > 90) - REBIRTH=1; - // Race selection - BarberChangeRace(); + if (getlegacylevel() > 90) + RebirthPrompt(); + else + BarberChangeRace(); } setcamnpc; |