Page/Profile

* fixed hang on profile load without base data
This commit is contained in:
Sarjuuk
2023-04-28 16:43:26 +02:00
parent bfb7abb843
commit 78f7f6b9cf

View File

@@ -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));