Skip to content

Commit

Permalink
added missing a bracket after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerZekServer committed May 15, 2021
1 parent 049e408 commit 73d7ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zone/zonedb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5085,6 +5085,7 @@ void ZoneDatabase::GetLastPVPDeath(Client* victim, PVPStats_Struct* pvps)
pvps->LastDeath.Time = atoi(row[5]);
pvps->LastDeath.Points = atoi(row[6]);
}
}

double ZoneDatabase::GetAAEXPModifier(uint32 character_id, uint32 zone_id) const {
std::string query = fmt::format(
Expand Down

0 comments on commit 73d7ae1

Please sign in to comment.