paintballrefjosh / MaNGOSWebV4

This is a continuation of the MaNGOSWebV3 project.
GNU General Public License v3.0
32 stars 48 forks source link

Character Customize Error #60

Closed Hellangel1987 closed 6 years ago

Hellangel1987 commented 6 years ago

If i try to customize the character i get this error:

web/web/?p=account&sub=customize

Notice: Undefined index: char_recustomize_success in /var/www/html/web/inc/account/account.customize.php on line 63

screen

paintballrefjosh commented 6 years ago

The recustomize should be working properly but it seems you are missing a language variable:

$lang['char_recustomize_success']

In the English language it should read:

'char_recustomize_success' => 'Re-Customize flag set! Please login with your character in-game to re-customize your character.'