We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98e033 commit 9dbf2faCopy full SHA for 9dbf2fa
engine/class_modules/sc_demon_hunter.cpp
@@ -6942,7 +6942,13 @@ struct blade_dance_base_t
6942
attack->stats = first_blood_attacks.front()->stats;
6943
}
6944
6945
- add_child( first_blood_attacks.front() );
+
6946
+ if ( first_blood_attacks.front() )
6947
+ {
6948
+ first_blood_attacks.front()->first_attack = true;
6949
6950
+ add_child( first_blood_attacks.front() );
6951
+ }
6952
6953
if ( first_blood_attacks.back() )
6954
{
0 commit comments