-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Current Behaviour
/home/server/azerothcore-wotlk/modules/mod-ah-bot/src/AuctionHouseBot.cpp:1031:18: fatal error: no matching constructor for initialization of 'WorldSession'
WorldSession _session(_account, std::move(accountName), 0, nullptr, SEC_PLAYER, sWorld->getIntConfig(CONFIG_EXPANSION), 0, LOCALE_enUS, 0, false, false, 0);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/server/azerothcore-wotlk/src/server/game/Server/WorldSession.h:351:5: note: candidate constructor not viable: no known conve
Expected Behaviour
Should compile
Steps to reproduce the problem
update
Extra Notes
No
AC rev. hash/commit
/home/server/azerothcore-wotlk/modules/mod-ah-bot/src/AuctionHouseBot.cpp:1031:18: fatal error: no matching constructor for initialization of 'WorldSession'
WorldSession _session(_account, std::move(accountName), 0, nullptr, SEC_PLAYER, sWorld->getIntConfig(CONFIG_EXPANSION), 0, LOCALE_enUS, 0, false, false, 0);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/server/azerothcore-wotlk/src/server/game/Server/WorldSession.h:351:5: note: candidate constructor not viable: no known conve
Operating system
Debian 12
Custom changes or Modules
No response