[Bug Fix] #tune command various fixes (#2046)

* tune fixes

* [Bug Fix] #tune command various fixes

accuracy tune fix
This commit is contained in:
KayenEQ
2022-03-11 10:13:51 -05:00
committed by GitHub
parent 8107ed52e1
commit 0e5d578d71
3 changed files with 160 additions and 17 deletions
+1 -1
View File
@@ -5453,7 +5453,7 @@ int32 Mob::RuneAbsorb(int32 damage, uint16 type)
return damage;
}
//SYNC WITH: tune.cpp, mob.h TuneCommonOutgoingHitSucces
void Mob::CommonOutgoingHitSuccess(Mob* defender, DamageHitInfo &hit, ExtraAttackOptions *opts)
{
if (!defender)