diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 13:45:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 13:45:58 -0300 |
commit | 20d603ef52c7e7068374430cd91b77bb9318d6c5 (patch) | |
tree | e58e5a2e97692f230b39e8c7e41aa931be7186b0 /npc/functions/mobhunter.txt | |
parent | 986e2f2a44684a018a776ee958223ef8f17154ef (diff) | |
download | serverdata-20d603ef52c7e7068374430cd91b77bb9318d6c5.tar.gz serverdata-20d603ef52c7e7068374430cd91b77bb9318d6c5.tar.bz2 serverdata-20d603ef52c7e7068374430cd91b77bb9318d6c5.tar.xz serverdata-20d603ef52c7e7068374430cd91b77bb9318d6c5.zip |
Hmmm
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r-- | npc/functions/mobhunter.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index 2b5988c31..d56b26840 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -65,7 +65,8 @@ function script GHQ_Assign { mesq l("Good luck! Don't come back until you reach 10000 kills!"); break; } - + closedialog; + goodbye; } |