diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 22:43:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 22:43:51 -0300 |
commit | 6cf5b39afad0c8fbccc866b0de5b8eb64cb2f01b (patch) | |
tree | e0fe491c55a84bf7300005ee1ae5bbbd543c663b /npc/003-1 | |
parent | d248de090ecfd6e11527888d4a01cef7ac5a635d (diff) | |
download | serverdata-6cf5b39afad0c8fbccc866b0de5b8eb64cb2f01b.tar.gz serverdata-6cf5b39afad0c8fbccc866b0de5b8eb64cb2f01b.tar.bz2 serverdata-6cf5b39afad0c8fbccc866b0de5b8eb64cb2f01b.tar.xz serverdata-6cf5b39afad0c8fbccc866b0de5b8eb64cb2f01b.zip |
Fix a bug on Grand Hunter Quest
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 3d72aac3f..d8e7835d2 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -123,6 +123,7 @@ L_Assign: } L_Finish: + GHMEMO[getq(General_Hunter)]=getq2(General_Hunter); switch (getq(General_Hunter)) { case 1: setq General_Hunter, 0, 0; |