moved broker db loading to debug level to avoid noise on startup
This commit is contained in:
parent
277cdc24bc
commit
1817dbe216
@ -9040,7 +9040,7 @@ int32 WorldDatabase::LoadBrokerSellers(BrokerManager &broker) {
|
|||||||
broker.LoadSeller(cid, name, hid, true, inv, coin_session, coin_total);
|
broker.LoadSeller(cid, name, hid, true, inv, coin_session, coin_total);
|
||||||
++count;
|
++count;
|
||||||
|
|
||||||
LogWrite(PLAYER__ERROR, 5, "Broker",
|
LogWrite(PLAYER__DEBUG, 5, "Broker",
|
||||||
"--Loaded broker player: %u (%s), house=%u, sale=%u, inv=%u",
|
"--Loaded broker player: %u (%s), house=%u, sale=%u, inv=%u",
|
||||||
cid, name.c_str(), hid, en, inv
|
cid, name.c_str(), hid, en, inv
|
||||||
);
|
);
|
||||||
@ -9079,7 +9079,7 @@ int32 WorldDatabase::LoadBrokerItems(BrokerManager &broker) {
|
|||||||
broker.LoadItem(it);
|
broker.LoadItem(it);
|
||||||
++count;
|
++count;
|
||||||
|
|
||||||
LogWrite(PLAYER__ERROR, 5, "Broker",
|
LogWrite(PLAYER__DEBUG, 5, "Broker",
|
||||||
"--Loaded broker item: uid=%llu, char=%u, item=%llu,"
|
"--Loaded broker item: uid=%llu, char=%u, item=%llu,"
|
||||||
" price=%u, count=%u",
|
" price=%u, count=%u",
|
||||||
it.unique_id, it.character_id,
|
it.unique_id, it.character_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user