From 8a81b501b88a0074b15ed0059717041b3b83aa70 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 14 May 2019 15:38:54 -0700 Subject: [PATCH] Update BackwardsCompatibility.tw --- src/uncategorized/BackwardsCompatibility.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 098efc3c77f..c83886f6583 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -3525,7 +3525,7 @@ Updating gene pool records: <<set _Slave.custom.title = _Slave.custom.title || "">> <<set _Slave.custom.titleLisp = _Slave.custom.titleLisp || "">> <<set _Slave.custom.hairVector = _Slave.custom.hairVector || 0>> - <<set _Slave.custom.image = slave.custom.image || null>> + <<set _Slave.custom.image = _Slave.custom.image || null>> <<run App.Entity.Utils.GenePoolRecordCleanup(_Slave)>> <<set $genePool[_bci] = _Slave>> -- GitLab