summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-02 20:13:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-02 20:14:07 -0300
commit3d25518cf10f72d280ed9c6bf79956919a484d02 (patch)
tree220df6e8dd719871edc2e206eaee0ce42892ac0a /npc/001-11
parentfe5196d6dc36e71c548cff0928b7fae335625d52 (diff)
downloadserverdata-3d25518cf10f72d280ed9c6bf79956919a484d02.tar.gz
serverdata-3d25518cf10f72d280ed9c6bf79956919a484d02.tar.bz2
serverdata-3d25518cf10f72d280ed9c6bf79956919a484d02.tar.xz
serverdata-3d25518cf10f72d280ed9c6bf79956919a484d02.zip
Prevent a few false-positives on status reset
Diffstat (limited to 'npc/001-11')
-rw-r--r--npc/001-11/Soren.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt
index c4f393131..c840d92c5 100644
--- a/npc/001-11/Soren.txt
+++ b/npc/001-11/Soren.txt
@@ -48,7 +48,7 @@ L_Purpose:
mes "";
switch (@menu) {
case 2:
- ConfirmStatusReset(1);
+ ConfirmStatusReset(1, false);
break;
case 3:
goto L_Swap;