mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[9768] Fixed my last sec. fix problem :/
Also make $/# in consistence in new command help texts.
This commit is contained in:
parent
492ce567d2
commit
9a30dbac89
7 changed files with 17 additions and 8 deletions
|
|
@ -174,7 +174,7 @@ bool ChatHandler::GetDeletedCharacterInfoList(DeletedInfoList& foundList, std::s
|
|||
* @param itr_end a reference to an deleted info list iterator end()
|
||||
* @return returns generated where list string in form: 'guid IN (gui1, guid2, ...)'
|
||||
*/
|
||||
std::string ChatHandler::GenerateDeletedCharacterGUIDsWhereStr(DeletedInfoList::const_iterator& itr, DeletedInfoList::const_iterator const const& itr_end)
|
||||
std::string ChatHandler::GenerateDeletedCharacterGUIDsWhereStr(DeletedInfoList::const_iterator& itr, DeletedInfoList::const_iterator const& itr_end)
|
||||
{
|
||||
std::ostringstream wherestr;
|
||||
wherestr << "guid IN ('";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue