diff options
Diffstat (limited to 'npc/020-7')
-rw-r--r-- | npc/020-7/elias.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-7/elias.txt b/npc/020-7/elias.txt index 71200e6ce..36ff85936 100644 --- a/npc/020-7/elias.txt +++ b/npc/020-7/elias.txt @@ -16,7 +16,7 @@ // FIELD 3: // SLIME HUNTING QUEST -020-7,43,42,0 script #BlueSageEntry NPC_HIDDEN,1,1,{ +020-7,44,41,0 script #BlueSageEntry NPC_HIDDEN,1,1,{ OnTouch: .@q=getq(NivalisQuest_BlueSage); if (!.@q) { @@ -26,7 +26,7 @@ OnTouch: end; } -020-7,40,41,0 script Elias NPC_SAGRATHA,{ +020-7,40,41,0 script Elias NPC_BLUESAGEWORKER_MA,{ .@q=getq(General_Narrator); if (.@q < 10) { npctalk3 l("ERROR/TODO: Explain that library and residence is off-limits"); |