From b4c99db7d5a500770383e24ef2fd1f956b19da74 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 29 Dec 2015 02:16:49 +0100 Subject: Replaced leftover -1 view IDs with FAKE_NPC Signed-off-by: Haru --- npc/instances/SealedShrine.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/instances/SealedShrine.txt') diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt index e57c57624..a6cf12a33 100644 --- a/npc/instances/SealedShrine.txt +++ b/npc/instances/SealedShrine.txt @@ -976,7 +976,7 @@ OnTimer3500000: end; } -2@cata,80,144,0 script ins_2f_enter -1,3,3,{ +2@cata,80,144,0 script ins_2f_enter FAKE_NPC,3,3,{ OnTouch: donpcevent instance_npcname("ins_2f_enter_broad")+"::OnEnable"; disablenpc instance_npcname("ins_2f_enter"); @@ -1013,7 +1013,7 @@ OnTimer18000: end; } -2@cata,50,67,0 script slave_left -1,5,5,{ +2@cata,50,67,0 script slave_left FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; @@ -1037,7 +1037,7 @@ OnTouch: end; } -2@cata,109,67,0 script slave_right -1,5,5,{ +2@cata,109,67,0 script slave_right FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; @@ -1061,7 +1061,7 @@ OnTouch: end; } -2@cata,79,39,0 script slave_down -1,5,5,{ +2@cata,79,39,0 script slave_down FAKE_NPC,5,5,{ OnTouch: .@map$ = instance_mapname("2@cata"); mapannounce .@map$, "Apostle of Baphomet : Kill the humans! Don't let them interrupt the revival of our Master!",bc_map,"0xFFFF00"; -- cgit v1.2.3-70-g09d2