mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
Core/Misc: Fix issues reported by static analysis
This commit is contained in:
@@ -111,6 +111,8 @@ bool PlayerTaxi::LoadTaxiDestinationsFromString(const std::string& values, uint3
|
||||
else
|
||||
return false;
|
||||
}
|
||||
else
|
||||
return false;
|
||||
|
||||
while ((++itr) != tokens.end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user