diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js index 107c4a5e81ee041ddf45b9ba7fe9718ca7610674..9b11dd68fc9afaf4b5f8655b2597f8fee5e60e1f 100644 --- a/xtrn/lord/lord.js +++ b/xtrn/lord/lord.js @@ -4097,7 +4097,7 @@ function lw(str, ext) throw new Error('Out of sync with server after Marry'); } } - mop = mop.reLoad(true); + mop.reLoad(true); // DIFF: See what happens here... this check is new. if (mop.married_to === -1 || mop.married_to === player.Record) { mop.married_to = player.Record;