Update attack.cpp

This commit is contained in:
Paul Coene 2020-01-30 15:05:41 -05:00 committed by GitHub
parent f968d0df4c
commit bcb08f99f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,9 +655,6 @@ double Mob::GetSoftcapReturns()
int Mob::GetClassRaceACBonus()
{
int ac_bonus = 0;
auto level = GetLevel();
if (GetClass() == MONK) {
int ac_bonus = 0;
auto level = GetLevel();
if (GetClass() == MONK) {