feat(Core/Common): delete old Tokenizer (#10121)
This commit is contained in:
parent
a25ef74de3
commit
6d7f58e6ed
24 changed files with 284 additions and 225 deletions
|
|
@ -120,7 +120,7 @@ public:
|
|||
if (isNumeric(searchString.c_str()))
|
||||
{
|
||||
stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_CHAR_DEL_INFO_BY_GUID);
|
||||
stmt->setUInt32(0, uint32(atoi(searchString.c_str())));
|
||||
stmt->setUInt32(0, *Acore::StringTo<uint32>(searchString));
|
||||
result = CharacterDatabase.Query(stmt);
|
||||
}
|
||||
// search by name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue