Skip to content

Commit

Permalink
alter point values for testwikibeta
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFan4000 authored Nov 26, 2024
1 parent 4240dad commit f904f74
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5654,6 +5654,32 @@
'quiz_points' => 1,
'quiz_created' => 5,
],
'testwikibeta' => [
'delete' => 500,
'edit' => 500,
'unprotect' => 500,
'edit' => 500,
'rollback' => 500,
'revert' => 500,
'vote' => 100,
'comment' => 200,
'comment_plus' => 100,
'comment_ignored' => 100,
'opinions_created' => 100,
'opinions_pub' => 100,
'protect' => 500,
'referral_complete' => 100,
'friend' => 100,
'foe' => 100,
'gift_rec' => 100,
'gift_sent' => 100,
'points_winner_weekly' => 100,
'points_winner_monthly' => 100,
'user_image' => 1000,
'poll_vote' => 100,
'quiz_points' => 100,
'quiz_created' => 100,
],
],
'wgFriendingEnabled' => [
'default' => true,
Expand Down

0 comments on commit f904f74

Please sign in to comment.