fix build.

This commit is contained in:
Ayase
2019-03-02 20:03:28 +08:00
parent e3f21b42a7
commit caefba872b

View File

@@ -717,7 +717,7 @@ void AuctionHouseBot::Update()
if ((!AHBSeller) && (!AHBBuyer))
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);
_AHBplayer.Initialize(AHBplayerGUID);
sObjectAccessor->AddObject(&_AHBplayer);