Skip to content

Commit

Permalink
[Fix] convert burst and poison arrow to client id (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerwix committed Jul 19, 2022
1 parent e033f83 commit 647b005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/scripts/weapons/scripted_weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ burstarrow.onUseWeapon = function(player, variant)
return burstCombat:execute(player, variant)
end

burstarrow:id(2546)
burstarrow:id(3449)
burstarrow:action("removecount")
burstarrow:register()

Expand All @@ -41,7 +41,7 @@ poisonarrow.onUseWeapon = function(player, variant)
return true
end

poisonarrow:id(2545)
poisonarrow:id(3448)
poisonarrow:action("removecount")
poisonarrow:register()

Expand Down

0 comments on commit 647b005

Please sign in to comment.