summaryrefslogtreecommitdiff
path: root/npc/cities
diff options
context:
space:
mode:
Diffstat (limited to 'npc/cities')
-rw-r--r--npc/cities/einbech.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/einbech.txt b/npc/cities/einbech.txt
index 8327e2df1..b0fd9fb80 100644
--- a/npc/cities/einbech.txt
+++ b/npc/cities/einbech.txt
@@ -1385,11 +1385,11 @@ L_P2:
mes "their intentions can't be good.";
close2;
set einbech_buender,3;
- if(BaseLevel < 40)set BaseExp,BaseExp+34750;
- if(BaseLevel < 60)set BaseExp,BaseExp+69500;
- if(BaseLevel > 60 && BaseLevel < 70)set BaseExp,BaseExp+139000;
- if(BaseLevel > 70 && BaseLevel < 80)set BaseExp,BaseExp+278000;
- if(BaseLevel > 80 && BaseLevel < 90)set BaseExp,BaseExp+417000;
+ if(BaseLevel < 41)set BaseExp,BaseExp+34750;
+ if(BaseLevel > 40 && BaseLevel < 61)set BaseExp,BaseExp+69500;
+ if(BaseLevel > 60 && BaseLevel < 71)set BaseExp,BaseExp+139000;
+ if(BaseLevel > 70 && BaseLevel < 81)set BaseExp,BaseExp+278000;
+ if(BaseLevel > 80 && BaseLevel < 91)set BaseExp,BaseExp+417000;
if(BaseLevel > 90)set BaseExp,BaseExp+556000;
end;