summaryrefslogtreecommitdiff
path: root/npc/quests/seals/brisingamen_seal.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-13 17:16:11 +0100
committerGitHub <noreply@github.com>2018-11-13 17:16:11 +0100
commit1e5df06b8a23ea13c3fc1b07339c261a77600bae (patch)
tree1d6811001638da46108a3e74601e9ff980090f85 /npc/quests/seals/brisingamen_seal.txt
parentd564cdaabdb9f1929e58cd68c1208f89100acf90 (diff)
parent7b45d05bd8e3f476f1d801203f2968993b52a31f (diff)
downloadhercules-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/seals/brisingamen_seal.txt')
-rw-r--r--npc/quests/seals/brisingamen_seal.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt
index 815459c41..ed63847a2 100644
--- a/npc/quests/seals/brisingamen_seal.txt
+++ b/npc/quests/seals/brisingamen_seal.txt
@@ -3226,7 +3226,7 @@ OnTouch:
mes "Go, Lowen!";
mes "Cast Grand Cross, now!^000000";
next;
- specialeffect(EF_BEGINSPELL7, AREA, getnpcid(0, "#lowen"));
+ specialeffect(EF_BEGINSPELL7, AREA, getnpcid("#lowen"));
mapannounce "que_god02","Mwahaha! Mortals are such fools...",0,0xA8A8A8;
donpcevent "#brisinsummon::OnDoppel1Off";
donpcevent "#brisinsummon::OnDoppel2On";
@@ -3237,7 +3237,7 @@ OnTouch:
mes "[" + strcharinfo(PC_NAME) + "]";
mes " ??!!!";
next;
- specialeffect(EF_BEGINSPELL7, AREA, getnpcid(0, "#doppelganger2"));
+ specialeffect(EF_BEGINSPELL7, AREA, getnpcid("#doppelganger2"));
mes "[Male Voice]";
mes "Lowen!";
mes "Noooooooooo!!!";