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/quests/quests_louyang.txt | |
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/quests/quests_louyang.txt')
-rw-r--r-- | npc/quests/quests_louyang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index 61888cab4..03816faf2 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -4122,7 +4122,7 @@ lou_fild01,224,348,0 script Lady#delivery 4_F_CHNDRESS3,{ Zeny -= 100; } close2; - specialeffect(EF_BLASTMINEBOMB, AREA, getnpcid(0, " #fire")); + specialeffect(EF_BLASTMINEBOMB, AREA, getnpcid(" #fire")); end; } mes "[Lady]"; |