diff options
author | Haru <haru@dotalux.com> | 2018-11-13 17:16:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 17:16:11 +0100 |
commit | 1e5df06b8a23ea13c3fc1b07339c261a77600bae (patch) | |
tree | 1d6811001638da46108a3e74601e9ff980090f85 /npc/jobs/2-2e | |
parent | d564cdaabdb9f1929e58cd68c1208f89100acf90 (diff) | |
parent | 7b45d05bd8e3f476f1d801203f2968993b52a31f (diff) | |
download | hercules-1e5df06b8a23ea13c3fc1b07339c261a77600bae.tar.gz hercules-1e5df06b8a23ea13c3fc1b07339c261a77600bae.tar.bz2 hercules-1e5df06b8a23ea13c3fc1b07339c261a77600bae.tar.xz hercules-1e5df06b8a23ea13c3fc1b07339c261a77600bae.zip |
Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid
Remove type argument from buildin_getnpcid.
Diffstat (limited to 'npc/jobs/2-2e')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index db916fc35..6fc4e3aaa 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -434,7 +434,7 @@ OnTouch: mes "[Maia]"; mes "This Witherless Rose will"; mes "wither away instead of you..."; - specialeffect(EF_MAPPILLAR2, AREA, getnpcid(0, "Maia#link2")); + specialeffect(EF_MAPPILLAR2, AREA, getnpcid("Maia#link2")); next; mes "[Maia]"; mes "This Witherless Rose will"; |