Roleplay Pvp servers in EU zone has show as Unknown in Realm Status.
You can correct this in realmstatus.php
Find:
- Code: Select all
switch( strtoupper($value->category[2]->_CDATA) )
{
case 'RPPVP':
$realmData['servertype'] = 'RPPVP';
Remplace by:
- Code: Select all
switch( strtoupper($value->category[2]->_CDATA) )
{
case 'RP-PVP':
$realmData['servertype'] = 'RPPVP';
Remove the entry for server in table roster_realmstatus or update "servertype" by RPPVP
++ Weast.