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/017-8/doorbell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-8/doorbell.txt') diff --git a/npc/017-8/doorbell.txt b/npc/017-8/doorbell.txt index 18df81fc7..cc26c4679 100644 --- a/npc/017-8/doorbell.txt +++ b/npc/017-8/doorbell.txt @@ -290,7 +290,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: @@ -306,7 +306,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