diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_juperos.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index af41991fd..bfed298ec 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/03/14 + * Fixed the autotimer on an npc warp in Juperos Quest. [Paradox924X] 2008/03/13 * Updated WoE Check in Shift Assassin Script. (bugreport: 1059) [Paradox924X] * Updated Drunkard#Payon to use a better Class check that won't freeze Novices. [Paradox924X] diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 8b5a9eb70..91cd8cbc6 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1760,6 +1760,7 @@ juperos_01,100,91,0 script jupe_goto#1 -1,2,2,{ end; OnTouch: + attachrid getcharid(3); initnpctimer; mes "^777777["+ strcharinfo(0) +"]^000000"; mes "This light..."; |