Skip to content

Commit

Permalink
Fixxed biolog quest from 90 -> 92.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lead0b110010100 authored and Lead0b110010100 committed Dec 24, 2020
1 parent bd85b07 commit 8d1121a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ quest bio begin
-- LvL 92 / Juwelen der Magie --
--------------------------------
state collect_quest_lv92 begin
when login or levelup with pc.level ==92 begin
when login or levelup with pc.level > 91 begin
set_state(talk_to_disciple_lv92)
end
end
Expand Down Expand Up @@ -1935,7 +1935,7 @@ quest bio begin
-- LvL 94 / Juwelen der Lebenskraft --
--------------------------------------
state collect_quest_lv94 begin
when login or levelup with pc.level>93 begin
when login or levelup with pc.level > 93 begin
set_state(talk_to_disciple_lv94)
end
end
Expand Down

0 comments on commit 8d1121a

Please sign in to comment.