diff options
-rw-r--r-- | npc/003-1/quirino.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/quirino.txt b/npc/003-1/quirino.txt index cd55882fb..3a77872c5 100644 --- a/npc/003-1/quirino.txt +++ b/npc/003-1/quirino.txt @@ -145,6 +145,8 @@ L_Full: if (@menu == 2) { closeclientdialog; charcommand("@storeall 2"); + if (Weight == 0) + goto L_SignUp; } close; |