mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Core/Modules): add separated lib for modules (#9281)
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
#include "WorldPacket.h"
|
||||
#include "WorldSession.h"
|
||||
|
||||
#ifdef ELUNA
|
||||
#include "LuaEngine.h"
|
||||
#endif
|
||||
|
||||
Player* ChatHandler::GetPlayer() const
|
||||
{
|
||||
return m_session ? m_session->GetPlayer() : nullptr;
|
||||
|
||||
Reference in New Issue
Block a user