Skip to content

Commit

Permalink
oupsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Slyker committed Apr 8, 2024
1 parent b64a481 commit 172f31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/behavior/support_behavior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl SupportBehavior<'_> {
fn rez_target(&mut self, config: &SupportConfig, image: &mut ImageAnalyzer) -> bool {
if image.client_stats.target_is_mover && image.client_stats.target_is_alive == false {
self.get_slot_for(config, None, SlotType::RezSkill, true, None);
self.self_buff_usage_last_time = [[None; 10]; 9];
self.slots_usage_last_time = [[None; 10]; 9];
return true;
} else {
return false;
Expand Down

0 comments on commit 172f31d

Please sign in to comment.