diff options
-rw-r--r-- | conf/groups.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index c60095e50..5a4c1bc95 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -87,7 +87,6 @@ groups: ( accept: true reject: true leave: true - whogm: true email: true rates: true hominfo: true @@ -106,6 +105,7 @@ groups: ( inherit: ( "Player" ) /* sponsors can do everything Players can and more */ level: 1 commands: { + whogm: true homtalk: true pettalk: true refresh: true diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index d2b5bda51..39739be42 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1433,15 +1433,15 @@ skill_db: ( Requirements: { SPCost: { Lv1: 100 - Lv2: 120 - Lv3: 140 - Lv4: 160 - Lv5: 180 - Lv6: 200 - Lv7: 220 - Lv8: 240 - Lv9: 260 - Lv10: 280 + Lv2: 110 + Lv3: 120 + Lv4: 130 + Lv5: 140 + Lv6: 150 + Lv7: 160 + Lv8: 170 + Lv9: 180 + Lv10: 200 } } }, |