1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

no qualifiers in headers

This commit is contained in:
Mordred 2017-09-14 17:28:24 +02:00 committed by GitHub
parent 9453134196
commit 40be07ac29

View file

@ -33,7 +33,7 @@ namespace Core {
XMLConfigPtr getConfig() const;
size_t Core::ServerZone::getSessionCount() const;
size_t getSessionCount() const;
bool registerBnpcTemplate( std::string templateName, uint32_t bnpcBaseId,
uint32_t bnpcNameId, uint32_t modelId, std::string aiName );