summaryrefslogtreecommitdiff
path: root/npc/other
diff options
context:
space:
mode:
authorEyesOfAHawk <blackoutro2006@gmail.com>2018-10-18 03:23:18 +1300
committerHaru <haru@dotalux.com>2018-11-13 17:13:38 +0100
commit7b45d05bd8e3f476f1d801203f2968993b52a31f (patch)
treeb1f73f007939678c46cea7123b75ff74a3017653 /npc/other
parentbaeb7a1742b0fd7ac5d3a4cecd90f74d461895fe (diff)
downloadhercules-7b45d05bd8e3f476f1d801203f2968993b52a31f.tar.gz
hercules-7b45d05bd8e3f476f1d801203f2968993b52a31f.tar.bz2
hercules-7b45d05bd8e3f476f1d801203f2968993b52a31f.tar.xz
hercules-7b45d05bd8e3f476f1d801203f2968993b52a31f.zip
Remove type argument from buildin_getnpcid.
Diffstat (limited to 'npc/other')
-rw-r--r--npc/other/poring_war.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt
index d89bb3fed..326c601be 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, getnpcid(0, "#wop_warp_a"));
+ specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#wop_warp_a"));
end;
OnDisable:
@@ -1074,7 +1074,7 @@ OnInit:
OnEnable:
enablenpc "#wop_warp_d";
- specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "#wop_warp_d"));
+ specialeffect(EF_MAPPILLAR2, AREA, getnpcid("#wop_warp_d"));
end;
OnDisable: