mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-27 15:46:26 +00:00
fix build.
This commit is contained in:
@@ -717,7 +717,7 @@ void AuctionHouseBot::Update()
|
|||||||
if ((!AHBSeller) && (!AHBBuyer))
|
if ((!AHBSeller) && (!AHBBuyer))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
WorldSession _session(AHBplayerAccount, NULL, SEC_PLAYER, sWorld->getIntConfig(CONFIG_EXPANSION), 0, LOCALE_zhCN,0,false,false);
|
WorldSession _session(AHBplayerAccount, NULL, SEC_PLAYER, sWorld->getIntConfig(CONFIG_EXPANSION), 0, LOCALE_zhCN,0,false,false,0);
|
||||||
Player _AHBplayer(&_session);
|
Player _AHBplayer(&_session);
|
||||||
_AHBplayer.Initialize(AHBplayerGUID);
|
_AHBplayer.Initialize(AHBplayerGUID);
|
||||||
sObjectAccessor->AddObject(&_AHBplayer);
|
sObjectAccessor->AddObject(&_AHBplayer);
|
||||||
|
|||||||
Reference in New Issue
Block a user