irubenp
irubenp

Reputation: 45

Config: Missing name WorldDatabaseInfo in config

Just did a "git pull" to check for new updates on an install of wow via docker (windows) But these errors came up when trying to start the server. ''' ac-worldserver_1 | > Config: Missing name PidFile in config, add "PidFile = " ac-worldserver_1 | > Config: Missing name WorldDatabaseInfo in config, add "WorldDatabaseInfo = " ac-worldserver_1 | World database not specified in configuration file ''' I am not sure how to fix this, I have been regularly updating the server with zero issue, now this popped up to me today (Feb. 28, 2020)

Upvotes: 1

Views: 160

Answers (1)

Winfidonarleyan
Winfidonarleyan

Reputation: 56

Configs path has been changed to

  • In Windows (./configs) and (./configs/modules)
  • In non Windows (./etc/) and (./etc/modules)

Check PR for more info https://github.com/azerothcore/azerothcore-wotlk/pull/4608

Upvotes: 1

Related Questions