summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/skill_db.conf20
-rw-r--r--npc/soren-2/main.txt2
2 files changed, 11 insertions, 11 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf
index 1adc6c628..0ebf33492 100644
--- a/db/re/skill_db.conf
+++ b/db/re/skill_db.conf
@@ -11517,16 +11517,16 @@ skill_db: (
}
Requirements: {
SPCost: {
- Lv1: 98
- Lv2: 108
- Lv3: 118
- Lv4: 128
- Lv5: 139
- Lv6: 149
- Lv7: 159
- Lv8: 169
- Lv9: 180
- Lv10: 190
+ Lv1: 198
+ Lv2: 208
+ Lv3: 218
+ Lv4: 228
+ Lv5: 239
+ Lv6: 249
+ Lv7: 259
+ Lv8: 269
+ Lv9: 280
+ Lv10: 290
}
WeaponTypes: {
Bows: true
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt
index b203a462d..23a0d5ed1 100644
--- a/npc/soren-2/main.txt
+++ b/npc/soren-2/main.txt
@@ -148,7 +148,7 @@ OnSanctum:
percentheal -20, -100;
}
if (@sorensanctum >= 10) {
- atcommand "@kick \""+strcharinfo(0)+"\"";
+ atcommand "@kick "+strcharinfo(0);
npctalk l("The power of Soren's House kicks @@ like a game master.", strcharinfo(0));
}