diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:25:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:25:31 -0300 |
commit | b14a80d724c5dd4eeaa9c5fce86c630cae579ea4 (patch) | |
tree | f7c0aadee6795d5eacf584efd22a7a68594211b4 /npc/003-1 | |
parent | 63029ac7409e1c5c953db55830da253eca0f5c9f (diff) | |
download | serverdata-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/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 2 |
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$); |