diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 23:42:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 23:42:43 -0300 |
commit | e30aa87d7aba41e405fcfa7c9313d3fac15e92fb (patch) | |
tree | 06af2fd110374ea3733deec609a55b48f135fd77 /npc | |
parent | dbd58b9242cd645593e42950af17f0bcc0eb05a3 (diff) | |
download | serverdata-e30aa87d7aba41e405fcfa7c9313d3fac15e92fb.tar.gz serverdata-e30aa87d7aba41e405fcfa7c9313d3fac15e92fb.tar.bz2 serverdata-e30aa87d7aba41e405fcfa7c9313d3fac15e92fb.tar.xz serverdata-e30aa87d7aba41e405fcfa7c9313d3fac15e92fb.zip |
Move line in wrong place
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-1/fisherman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/fisherman.txt b/npc/009-1/fisherman.txt index 89342e9d7..5c0238e1f 100644 --- a/npc/009-1/fisherman.txt +++ b/npc/009-1/fisherman.txt @@ -8,8 +8,8 @@ 009-1,116,106,0 script Fisherman NPC_FISHERMAN_HALI,{ .@q=getq(HurscaldQuest_ForestBow); - mesn; if (BaseLevel < 30) goto L_Weak; + mesn; mesq l("Hello. Ah, bad luck. I am three days without fishing a single carp."); next; mesn strcharinfo(0); |