mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[11928] Some warning fixes
This commit is contained in:
parent
7c827733f5
commit
c6a751134c
18 changed files with 28 additions and 38 deletions
|
|
@ -8031,7 +8031,7 @@ GameTele const* ObjectMgr::GetGameTele(const std::string& name) const
|
|||
// explicit name case
|
||||
std::wstring wname;
|
||||
if(!Utf8toWStr(name,wname))
|
||||
return false;
|
||||
return NULL;
|
||||
|
||||
// converting string that we try to find to lower case
|
||||
wstrToLower( wname );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue