mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
Update attack.cpp
This commit is contained in:
parent
f968d0df4c
commit
bcb08f99f0
@ -655,9 +655,6 @@ double Mob::GetSoftcapReturns()
|
|||||||
|
|
||||||
int Mob::GetClassRaceACBonus()
|
int Mob::GetClassRaceACBonus()
|
||||||
{
|
{
|
||||||
int ac_bonus = 0;
|
|
||||||
auto level = GetLevel();
|
|
||||||
if (GetClass() == MONK) {
|
|
||||||
int ac_bonus = 0;
|
int ac_bonus = 0;
|
||||||
auto level = GetLevel();
|
auto level = GetLevel();
|
||||||
if (GetClass() == MONK) {
|
if (GetClass() == MONK) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user