Skip to content
Snippets Groups Projects
Commit f14be504 authored by hwp's avatar hwp Committed by Vrelnir
Browse files

Bugfixes 4.1.3

parent 2eadb81f
No related branches found
No related tags found
1 merge request!2230Bugfixes 4.1.3
......@@ -3598,10 +3598,13 @@
<<set $objectVersion.specialClothes to 13>>
<</if>>
<<if $objectVersion.museumAntiques lt 13 or $objectVersion.museumAntiques is undefined>>
<<if $objectVersion.museumAntiques lte 13 and $museumAntiques.antiques.antiquewhitescrystal isnot undefined>>
<<run delete $museumAntiques.antiques.antiquewhitescrystal>>
<</if>>
<<if $objectVersion.museumAntiques lt 14 or $objectVersion.museumAntiques is undefined>>
/*Moved undefined checks for new antiques to the widget below*/
<<updateMuseumAntiques>>
<<set $objectVersion.museumAntiques to 13>>
<<set $objectVersion.museumAntiques to 14>>
<</if>>
<<pregnancyVar>>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment