From 1e7a4e151cd685a990e612e0bc351db8641a615a Mon Sep 17 00:00:00 2001 From: Arthur Ice Date: Mon, 3 Jun 2013 14:33:40 -0600 Subject: [PATCH] Update shareddb.cpp removed worthless comment which no longer applies. --- common/shareddb.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/shareddb.cpp b/common/shareddb.cpp index f9229728c..e87666244 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -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;