You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Debian 12, everything update also with Azerothcore in a VM (VMWare Workstation Pro).
When i try building it with your mod (version latest as of today), i get the following error:
/azerothcore-wotlk/modules/mod-pocket-portal/src/pocketportal.cpp:46:52: fatal error: no member named 'format' in namespace 'std'
player->SendSystemMessage(std::format("Pocket Portal is on cooldown. Try again in {} seconds.", secondsLeft));
~~~~~^
1 error generated.
3 warnings generated.
gmake[2]: *** [modules/CMakeFiles/modules.dir/build.make:7692: modules/CMakeFiles/modules.dir/mod-pocket-portal/src/pocketportal.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
3 warnings generated.
1 warning generated.
gmake[1]: *** [CMakeFiles/Makefile2:1136: modules/CMakeFiles/modules.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2