diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-09 20:01:07 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-09 20:01:07 -0300 |
commit | ed1ea48fdb25908754428a6a753765f36ea6f02c (patch) | |
tree | 33f784f69d606390036ea84de3df4b6693918484 /world/map/npc/009-2/olana.txt | |
parent | ac5bacc159519ec4292821c29d95c901bf1233de (diff) | |
download | serverdata-ed1ea48fdb25908754428a6a753765f36ea6f02c.tar.gz serverdata-ed1ea48fdb25908754428a6a753765f36ea6f02c.tar.bz2 serverdata-ed1ea48fdb25908754428a6a753765f36ea6f02c.tar.xz serverdata-ed1ea48fdb25908754428a6a753765f36ea6f02c.zip |
Some small fixes, changes lvl requirement to 60 and adds exp reward to boss fight.
Diffstat (limited to 'world/map/npc/009-2/olana.txt')
-rw-r--r-- | world/map/npc/009-2/olana.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt index fdb7d023..bc402847 100644 --- a/world/map/npc/009-2/olana.txt +++ b/world/map/npc/009-2/olana.txt @@ -23,7 +23,7 @@ mes "\"Hello. We don't usually get guests back here.\""; next; mes "\"My name is Olana and my father owns this inn. I live in Tulimshar, but came to Hurnscald on vacation with my two young daughters, Rossy and Julia.\""; - if (baselevel < 50) close; + if (baselevel < 60) close; next; mes "\"I let my two lovely girls play in the woods nearby but they haven't come back yet!\""; next; |