From 9d2173eddb8d2cde71f98dfc3012715c8fd2b1b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Aug 2019 23:50:04 -0300 Subject: Fix possible bug on apartments mobilia reload --- npc/024-13/manager.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/024-13/manager.txt b/npc/024-13/manager.txt index d65897405..9931f4c9f 100644 --- a/npc/024-13/manager.txt +++ b/npc/024-13/manager.txt @@ -102,8 +102,8 @@ OnTouch: // Record important stuff & load furniture ESTATE_ID=.@INSTID; - addtimer(20, "Doorbell#RES_PPL::OnReload"); - addtimer(70, "NPCs#RES_PPL::OnReload"); + addtimer(20, instance_npcname("Doorbell#RES_PPL", .@INSTID)+"::OnReload"); + addtimer(70, instance_npcname("NPCs#RES_PPL", .@INSTID)+"::OnReload"); // It'll be self-destroyed eventually... instance_set_timeout(1000000, 1000000, .@INSTID); -- cgit v1.2.3-60-g2f50