diff --git a/config.php b/config.php
index 48323709..165fb7ce 100644
--- a/config.php
+++ b/config.php
@@ -85,6 +85,8 @@ $config = array(
'account_country' => true, // user will be able to set country of origin when registering account, this information will be viewable in others places aswell
'account_change_character_name' => false, // can user change their character name for premium points?
'account_change_character_name_points' => 30, // cost of name change
+ 'account_change_character_sex' => false, // can user change their character sex for premium points?
+ 'account_change_character_sex_points' => 30, // cost of sex change
'characters_per_account' => 10, // max. number of characters per account
// mail
diff --git a/templates/kathrine/images/buttons/_sbutton_change_name.gif b/images/buttons/_sbutton_change_name.gif
similarity index 100%
rename from templates/kathrine/images/buttons/_sbutton_change_name.gif
rename to images/buttons/_sbutton_change_name.gif
diff --git a/images/buttons/_sbutton_change_sex.gif b/images/buttons/_sbutton_change_sex.gif
new file mode 100644
index 00000000..01b371ec
Binary files /dev/null and b/images/buttons/_sbutton_change_sex.gif differ
diff --git a/system/pages/accountmanagement.php b/system/pages/accountmanagement.php
index 3ae895bf..76d1d8ef 100644
--- a/system/pages/accountmanagement.php
+++ b/system/pages/accountmanagement.php
@@ -293,7 +293,22 @@ Please enter your account name and your password.
+
+
+ ';
+ }
+ if($config['account_change_character_sex']) {
+ echo '
+
+