fix: residence and palace being built together check did not always work

This commit is contained in:
Martin Ambrus
2017-11-26 14:23:01 +01:00
parent 43b7e6c9b0
commit ec81cb70b8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5061,7 +5061,7 @@ References: User ID/Message ID, Mode
$wid = (int) $wid;
if (!is_array($type)) {
$type = [(int) $type];
$type = [$type];
} else {
foreach ($type as $index => $typeValue) {
$type[$index] = (int) $typeValue;