SobranDM / foundryvtt-wwn

GNU General Public License v3.0
12 stars 18 forks source link

Minor bugfix for chat damage buttons #26

Closed operation404 closed 2 years ago

operation404 commented 2 years ago

applyChatCardDamage was updated to take an index for the chat roll right-click context menu, but the listeners for the damage buttons weren't updated to pass an index parameter when calling it. This would result in an error when trying to use the undefined parameter to index into the array of html elements.