Few adjustments [skip ci[

This commit is contained in:
Akkadius
2020-04-18 19:46:19 -05:00
parent b8c44ee41b
commit 093509baa9
5 changed files with 21 additions and 18 deletions
+4 -4
View File
@@ -258,7 +258,7 @@ bool Client::Process() {
if (mob_close_scan_timer.Check()) {
entity_list.ScanCloseMobs(close_mobs, this);
}
bool may_use_attacks = false;
/*
Things which prevent us from attacking:
@@ -757,7 +757,7 @@ void Client::BulkSendInventoryItems()
if (ob.tellp() == last_pos)
LogInventory("Serialization failed on item slot [{}] during BulkSendInventoryItems. Item skipped", slot_id);
last_pos = ob.tellp();
}
@@ -836,7 +836,7 @@ void Client::BulkSendMerchantInventory(int merchant_id, int npcid) {
else {
cur_fac_level = GetModCharacterFactionLevel(fac);
}
if (cur_fac_level < ml.faction_required)
continue;
@@ -1170,7 +1170,7 @@ void Client::OPMoveCoin(const EQApplicationPacket* app)
{
return;
}
// could just do a range, but this is clearer and explicit
if
(