Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangTran0410 committed Jun 2, 2024
1 parent d7b7c5f commit 9bb326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/gameObject/spells/Ashe_W.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Ashe_W extends Spell {
name = 'Tán Xạ Tiễn (Ashe_W)';
description =
'Bắn ra <span>10 mũi tên</span> theo hình nón. Mỗi mũi tên gây <span class="damage">5 sát thương</span> và <span class="buff">Làm Chậm 75%</span> kẻ địch trúng chiêu trong <span class="time">1.5 giây</span>';
coolDown = 1000;
coolDown = 5000;

onSpellCast() {
let mouse = this.game.worldMouse.copy();
Expand Down

0 comments on commit 9bb326c

Please sign in to comment.