[Bug Fix] Fix for dual wield animation when same delay weapons. (#1671)

* DW animation fix

* spelling

* better animation

looks better for low skill where dw doesn't fire as often.

* Update attack.cpp
This commit is contained in:
KayenEQ
2021-11-10 21:27:51 -05:00
committed by GitHub
parent d9c8e80bca
commit 33c30d3cbb
3 changed files with 38 additions and 1 deletions
+1
View File
@@ -487,6 +487,7 @@ Mob::Mob(
npc_assist_cap = 0;
use_double_melee_round_dmg_bonus = false;
dw_same_delay = 0;
#ifdef BOTS
m_manual_follow = false;