mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
Resolve most warnings - PlayerbotAI (#1025)
Resolve most warnings - PlayerbotAI --------- Co-authored-by: blinkysc <37940565+blinkysc@users.noreply.github.com>
This commit is contained in:
@@ -483,7 +483,7 @@ GuidVector ChatHelper::parseGameobjects(std::string const text)
|
||||
break;
|
||||
|
||||
std::string const entryC = text.substr(pos, endPos - pos); // get std::string const within window i.e entry
|
||||
uint32 entry = atol(entryC.c_str()); // convert ascii to float
|
||||
//uint32 entry = atol(entryC.c_str()); // convert ascii to float
|
||||
|
||||
ObjectGuid lootCurrent = ObjectGuid(guid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user