mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
chore(BotScript): add missing includes (#48)
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
*/
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "Player.h"
|
||||
#include "AuctionHouseBot.h"
|
||||
#include "Log.h"
|
||||
#include "Mail.h"
|
||||
#include "Player.h"
|
||||
#include "WorldSession.h"
|
||||
|
||||
class AHBot_WorldScript : public WorldScript
|
||||
{
|
||||
@@ -18,7 +21,7 @@ public:
|
||||
|
||||
void OnStartup() override
|
||||
{
|
||||
sLog->outString("Initialize AuctionHouseBot...");
|
||||
LOG_INFO("server.loading", "Initialize AuctionHouseBot...");
|
||||
auctionbot->Initialize();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user