mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Bug Fix] #tune command various fixes (#2046)
* tune fixes * [Bug Fix] #tune command various fixes accuracy tune fix
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user