AnchyDev / BreakingNewsOverride

An Azeroth Core module to allow the display of the Breaking News section on the character select screen.
MIT License
16 stars 26 forks source link

Error build #3

Closed Tony931023 closed 1 year ago

Tony931023 commented 1 year ago

In file included from /mnt/hdd/amanthul-azerothcore-wotlk/modules/BreakingNewsOverride/src/BreakingNews.cpp:5: /mnt/hdd/amanthul-azerothcore-wotlk/modules/BreakingNewsOverride/src/BreakingNews.h:35:45: fatal error: unknown type name 'WardenPayloadMgr' void SendChunkedPayload(Warden warden, WardenPayloadMgr payloadMgr, std::string payload, uint32 chunkSize); ^ 1 error generated. make[2]: [modules/CMakeFiles/modules.dir/build.make:76: modules/CMakeFiles/modules.dir/BreakingNewsOverride/src/BreakingNews.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:1218: modules/CMakeFiles/modules.dir/all] Error 2 make: [Makefile:130: all] Error 2

AnchyDev commented 1 year ago

Ensure you have updated to the latest version of AzerothCore to be able to use the Payload manager that this module uses.

Tony931023 commented 1 year ago

Yes exactly, I had noticed later on the discord, I already updated everything perfect