Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all build errors, WIP #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WoWHellgarve-HolyDeeW
Copy link

Still work in progress but this may help someone to also progress with this mod, all build errors were fixed..
i did this with very limited time, so you may notice some ugly code/mistakes here and there but hey its a start 🗡️

@@ -22,6 +22,7 @@
#include "LFGMgr.h"
#include "AzthFirstKills.h"
#include "AZTH.h"
#include <Entities/Player/PlayerStorage.cpp>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

return;
}

if (data == 0)
{
sLog->outError("[Wowarmory]: empty data (GUID: %u), ignore.", player->GetGUID().GetCounter());
LOG_INFO("Module", "[Wowarmory]: empty data (GUID: %u), ignore.", player->GetGUID().GetCounter());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lowercase for logger name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants