summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-26 18:25:31 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-26 18:25:31 -0300
commitb14a80d724c5dd4eeaa9c5fce86c630cae579ea4 (patch)
treef7c0aadee6795d5eacf584efd22a7a68594211b4 /npc
parent63029ac7409e1c5c953db55830da253eca0f5c9f (diff)
downloadserverdata-b14a80d724c5dd4eeaa9c5fce86c630cae579ea4.tar.gz
serverdata-b14a80d724c5dd4eeaa9c5fce86c630cae579ea4.tar.bz2
serverdata-b14a80d724c5dd4eeaa9c5fce86c630cae579ea4.tar.xz
serverdata-b14a80d724c5dd4eeaa9c5fce86c630cae579ea4.zip
[skip ci] Safeguard for bad Grand Hunter Quest (stares at Saulc)
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/aidan.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt
index f16c246aa..ac0325bb8 100644
--- a/npc/003-1/aidan.txt
+++ b/npc/003-1/aidan.txt
@@ -144,6 +144,8 @@ L_Finish:
mesq l("Good job, here is 250,000 GP and 100 @@!", getitemlink(StrangeCoin));
close;
}
+ mesc l("ILLEGAL SCRIPT POSITION REACHED, PLEASE REPORT.", 1);
+ close;
OnInit:
.@npcId = getnpcid(0, .name$);