Page/Profile
* fixed hang on profile load without base data
This commit is contained in:
parent
bfb7abb843
commit
78f7f6b9cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue