Exemplo n.º 1
0
function talentsURL($name, $region, $realm)
{
    return armoryURL($region) . 'character-talents.xml?r=' . str_replace(' ', '+', $realm) . '&cn=' . $name;
}
Exemplo n.º 2
0
function characterURL($name, $region, $realm)
{
    return armoryURL($region) . 'character-sheet.xml?r=' . str_replace(' ', '+', $realm) . '&cn=' . $name;
}