From 78f7f6b9cf5082626cbba36b5fc70f206fc0481f Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Fri, 28 Apr 2023 16:43:26 +0200 Subject: [PATCH] Page/Profile * fixed hang on profile load without base data --- pages/profile.php | 1 + 1 file changed, 1 insertion(+) 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));