From b0b071305f967ae836722e7518455ee06089de01 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 27 May 2017 17:00:28 -0400 Subject: convert specialeffect calls with strings to use GID --- npc/other/poring_war.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/other') diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index b3e0eb15a..d89bb3fed 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -1052,7 +1052,7 @@ OnInit: OnEnable: enablenpc "#wop_warp_a"; - specialeffect EF_MAPPILLAR2,AREA,"#wop_warp_a"; + specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#wop_warp_a")); end; OnDisable: @@ -1074,7 +1074,7 @@ OnInit: OnEnable: enablenpc "#wop_warp_d"; - specialeffect EF_MAPPILLAR2,AREA,"#wop_warp_d"; + specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#wop_warp_d")); end; OnDisable: -- cgit v1.2.3-60-g2f50