Line 21 of AshamaneCore/src/server/scripts/Commands/cs_export.cpp contains #include
include "SpellMgr.h"
include "DatabaseEnv.h"
include "RBAC.h"
include "ScriptMgr.h"
include "ObjectMgr.h"
include "MapManager.h"
include "Chat.h"
include
include "DB2Stores.h"
include "PhasingHandler.h"
include "Creature.h"
include "World.h"
include
class CommadExportHelper
removing this line causing compiling to fail with:
/AshamaneCore/source/src/server/scripts/Commands/cs_export.cpp:5413:22: error: ‘_strtoui64’ was not declared in this scope; did you mean ‘strtof64’?
5413 | _Entry = _strtoui64(( char* )aArgs, NULL, 10);
Line 21 of AshamaneCore/src/server/scripts/Commands/cs_export.cpp contains #include
include "SpellMgr.h"
include "DatabaseEnv.h"
include "RBAC.h"
include "ScriptMgr.h"
include "ObjectMgr.h"
include "MapManager.h"
include "Chat.h"
include
include "DB2Stores.h"
include "PhasingHandler.h"
include "Creature.h"
include "World.h"
include
class CommadExportHelper
removing this line causing compiling to fail with:
/AshamaneCore/source/src/server/scripts/Commands/cs_export.cpp:5413:22: error: ‘_strtoui64’ was not declared in this scope; did you mean ‘strtof64’? 5413 | _Entry = _strtoui64(( char* )aArgs, NULL, 10);