diff --git a/pages/profile.php b/pages/profile.php index 821b9fe2..f8065348 100644 --- a/pages/profile.php +++ b/pages/profile.php @@ -125,6 +125,7 @@ class ProfilePage extends GenericPage unset($char['guildGUID']); unset($char['guildName']); + unset($char['at_login']); // create entry from realm with enough basic info to disply tooltips DB::Aowow()->query('REPLACE INTO ?_profiler_profiles (?#) VALUES (?a)', array_keys($char), array_values($char));