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_hugel.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_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index 415d37d5b..9af2ab5fc 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -297,7 +297,7 @@ hu_in01,387,245,0 script Allen Schuwell 4_M_DIEMAN,2,2,{ mes "medicine you're"; mes "supposed to"; mes "need so badly."; - specialeffect(EF_CHANGECOLD, AREA, getnpcid(0, "Postell Schuwell#D")); + specialeffect(EF_CHANGECOLD, AREA, getnpcid("Postell Schuwell#D")); next; mes "[Allen]"; mes "Thank goodness..."; @@ -9384,7 +9384,7 @@ OnTouch: mes "followed. Hold on a sec"; mes "while I take care of him."; next; - specialeffect(EF_SONICBLOWHIT, AREA, getnpcid(0, "Hit")); + specialeffect(EF_SONICBLOWHIT, AREA, getnpcid("Hit")); mes "[???]"; mes "Ha!"; next; |