Skip to content

Commit 7fb60f2

Browse files
committed
Update end.rs
1 parent 1106657 commit 7fb60f2

File tree

1 file changed

+1
-1
lines changed
  • fighters/common/src/general_statuses/shield/guard

1 file changed

+1
-1
lines changed

fighters/common/src/general_statuses/shield/guard/end.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub unsafe fn status_end_Guard(fighter: &mut L2CFighterCommon) -> L2CValue {
1818
effect!(
1919
fighter,
2020
MA_MSC_CMD_EFFECT_EFFECT_OFF_KIND,
21-
Hash40::new("sys_shield_smoke")),
21+
Hash40::new("sys_shield_smoke"),
2222
true,
2323
true
2424
);

0 commit comments

Comments
 (0)