diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-16 18:22:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-16 18:22:17 -0300 |
commit | 631b221422448bcb029780b0f2e0838c33c09c4f (patch) | |
tree | 2c2fef6dbdea1209e3222bc72bbb1bbd686e5736 /npc/014-1 | |
parent | 46e20058607eb0c60bed6f1cafd24ca23908c0e4 (diff) | |
download | serverdata-631b221422448bcb029780b0f2e0838c33c09c4f.tar.gz serverdata-631b221422448bcb029780b0f2e0838c33c09c4f.tar.bz2 serverdata-631b221422448bcb029780b0f2e0838c33c09c4f.tar.xz serverdata-631b221422448bcb029780b0f2e0838c33c09c4f.zip |
Fix typos and update bank accounts
Diffstat (limited to 'npc/014-1')
-rw-r--r-- | npc/014-1/wedding-officiator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-1/wedding-officiator.txt b/npc/014-1/wedding-officiator.txt index ac3a6e47..8ce2dc32 100644 --- a/npc/014-1/wedding-officiator.txt +++ b/npc/014-1/wedding-officiator.txt @@ -7,7 +7,7 @@ goto L_Main; L_Main: - if (PARTNER) + if (getpartnerid() > 0) goto L_Main_married; menu |