Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed May 31, 2023
1 parent 873493d commit aec7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/CombatHud.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Hooks.once("init", function () {
$(".combatHUD").css({ left: diff });
$(html.find(`div[name="CBHUDbtn"]`)).on("click", test);
function test() {
game.dnd5e.rollItemMacro(this.id);
dnd5e.documents.macro.rollItem(this.id);
}
});
}
Expand Down

0 comments on commit aec7050

Please sign in to comment.