diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:13:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-25 12:13:07 -0200 |
commit | 1c92fe6678da9a2f020eb560e931e725695246d1 (patch) | |
tree | 72a21836eef621f9f97ad9685f73167fefb159ad /npc/012-1 | |
parent | 73749c02449caa5ca80570a338635a85191afd6b (diff) | |
download | serverdata-1c92fe6678da9a2f020eb560e931e725695246d1.tar.gz serverdata-1c92fe6678da9a2f020eb560e931e725695246d1.tar.bz2 serverdata-1c92fe6678da9a2f020eb560e931e725695246d1.tar.xz serverdata-1c92fe6678da9a2f020eb560e931e725695246d1.zip |
Fix more bugs at Milly. Testing quest completion is too hard, not going to do that.
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/milly.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/milly.txt b/npc/012-1/milly.txt index 6b47a9899..b17cc8d82 100644 --- a/npc/012-1/milly.txt +++ b/npc/012-1/milly.txt @@ -36,7 +36,7 @@ L_Assign: msObjective(reputation("Hurns") >= 100, l("* become @@ Hero", l("Hurnscald"))); msObjective(reputation("LoF") >= 100, l("* become @@ Hero", l("Land Of Fire"))); msObjective(reputation("Nival") >= 100, l("* become @@ Hero", l("Nivalis"))); - msObjective(reputation("Frostia") >= 100, l("* become @@ Hero"), l("Frostia")); + msObjective(reputation("Frostia") >= 100, l("* become @@ Hero", l("Frostia"))); next; if (reputation("Candor") >= 100 && reputation("Tulim") >= 100 && |