mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
[Build] Some cleanup to the Windows build - not complete
This commit is contained in:
parent
483c954621
commit
d258cc922a
28 changed files with 1239 additions and 506 deletions
|
|
@ -235,7 +235,7 @@ INSTANTIATE_SINGLETON_1(AuctionBotConfig);
|
|||
|
||||
//== AuctionBotConfig functions ============================
|
||||
|
||||
AuctionBotConfig::AuctionBotConfig() : m_configFileName(_AUCTIONHOUSEBOT_CONFIG)
|
||||
AuctionBotConfig::AuctionBotConfig() : m_configFileName(AUCTIONHOUSEBOT_CONFIG_LOCATION)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue