Can't update WCL profile

Ever since I server transferred one of my characters to a new server, I get this error every time I try to update my account to add my new guild and characters:

Unhandled Exception

Message:

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘Mognificent-226’ for key ‘NameServer’

SQL: INSERT INTO groups (name, lowercase_name, server_id, battlenet, validated) VALUES (?, ?, ?, ?, ?)

Bindings: array (
0 => ‘Mognificent’,
1 => ‘mognificent’,
2 => 226,
3 => 1,
4 => 2,
)
Location:

/var/app/current/laravel/database/connection.php on line 263

How can I fix this?

Should be fixed now.