From 252107d61aa0c52b8d5df63ae7d486bdbed52c71 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Jul 2019 12:27:03 -0300 Subject: Fix bug on Real Estate System, where RES_UTILITIES and RES_OBJECTS would get mixed up. --- npc/009-6/doorbell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/009-6') diff --git a/npc/009-6/doorbell.txt b/npc/009-6/doorbell.txt index 27ffb9e3b..72678ffd1 100644 --- a/npc/009-6/doorbell.txt +++ b/npc/009-6/doorbell.txt @@ -283,7 +283,7 @@ OnInit: for (.@i=0; .@i < getarraysize(.layer); .@i++) { switch (.layer[.@i]) { case 1: - if ($ESTATE_MOBILIA_128[.id] & .objid[.@i]) + if ($ESTATE_MOBILIA_64[.id] & .objid[.@i]) array_push(.valid_ids, .@i); break; case 2: @@ -299,7 +299,7 @@ OnInit: array_push(.valid_ids, .@i); break; case 5: - if ($ESTATE_MOBILIA_64[.id] & .objid[.@i]) + if ($ESTATE_MOBILIA_128[.id] & .objid[.@i]) array_push(.valid_ids, .@i); break; case 6: -- cgit v1.2.3-60-g2f50