Open Issues Need Help
View All on GitHub Bug: module seems to load twice and shutdown twice. about 2 months ago
AI Summary: Debug an AzerothCore game state API module that appears to be loading and shutting down twice. The issue manifests as duplicate log messages indicating the server starting and stopping. The task involves analyzing the module's code, identifying the root cause of the double initialization and shutdown, and implementing a fix to ensure the module loads and unloads only once during the AzerothCore server lifecycle. This likely involves investigating the module's interaction with the AzerothCore framework and potentially addressing issues with initialization or dependency management.
Complexity:
4/5
help wanted good first issue