diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-09 17:33:12 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-09 17:33:12 -0300 |
commit | 39a8fa2cdbc696debf5d5b00089cee8967ee62f3 (patch) | |
tree | 900b0310683f7912004e8209ee692d02df59380b /npc | |
parent | 959890b1e2665a831c227ecee81efd1bfaacc965 (diff) | |
download | serverdata-39a8fa2cdbc696debf5d5b00089cee8967ee62f3.tar.gz serverdata-39a8fa2cdbc696debf5d5b00089cee8967ee62f3.tar.bz2 serverdata-39a8fa2cdbc696debf5d5b00089cee8967ee62f3.tar.xz serverdata-39a8fa2cdbc696debf5d5b00089cee8967ee62f3.zip |
Fix Ishi
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/ishi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index dd2127010..c2147c00b 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -8,7 +8,7 @@ 003-1,97,97,0 script Ishi NPC_PLAYER,{ - if (getq(MPQUEST) == 0) + if (MPQUEST == 0) { mesn l("Ishi, the Rewards Master"); mesq l("Hey, it seems like you didn't register as a Monster Hunting Quest participant yet! You can sign up with Aidan."); |