mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/Profile
* fixed hang on profile load without base data
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user