diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
commit | fd3a63fc6ea71a943caf0d466cceb767fc66d5c9 (patch) | |
tree | f32c64027f41e75a6d44a6c88127ee9d106335ea /npc/024-14 | |
parent | 9d2173eddb8d2cde71f98dfc3012715c8fd2b1b8 (diff) | |
download | serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.gz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.bz2 serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.xz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.zip |
Possible bugfix + @hominfo/@homtalk to Sponsors
Diffstat (limited to 'npc/024-14')
-rw-r--r-- | npc/024-14/doorbell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-14/doorbell.txt b/npc/024-14/doorbell.txt index ef0a04246..166a1b387 100644 --- a/npc/024-14/doorbell.txt +++ b/npc/024-14/doorbell.txt @@ -62,7 +62,7 @@ L_Manage: goto L_Furniture; break; case 3: - addtimer2(150, "NPCs#RES_PPL::OnReload"); + addtimer2(150, instance_npcname("NPCs#RES_PPL")+"::OnReload"); close; break; } |