mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Update shareddb.cpp
removed worthless comment which no longer applies.
This commit is contained in:
parent
bbd0cb9cfc
commit
1e7a4e151c
@ -1305,9 +1305,6 @@ uint32 SharedDatabase::SetPlayerProfile_MQ(std::string &query, uint32 account_id
|
||||
if(strlen(pp->name) == 0) // Sanity check in case pp never loaded
|
||||
return false;
|
||||
|
||||
// Why times two plus 5? no clue.
|
||||
// Had it in another place, it will
|
||||
// definitely give us enough room though.
|
||||
std::string playerProfileBuffer;
|
||||
std::string extendedProfileBuffer;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user