mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
Fix gorge ability setting
This commit is contained in:
parent
9c23b09a05
commit
799b0af20a
2 changed files with 1 additions and 5881 deletions
|
@ -105,6 +105,7 @@ var ProfileModal = React.createClass({
|
|||
let abilities = {
|
||||
skulk: React.findDOMNode(this.refs.skulk).checked,
|
||||
lerk: React.findDOMNode(this.refs.lerk).checked,
|
||||
gorge: React.findDOMNode(this.refs.gorge).checked,
|
||||
fade: React.findDOMNode(this.refs.fade).checked,
|
||||
onos: React.findDOMNode(this.refs.onos).checked,
|
||||
commander: React.findDOMNode(this.refs.commander).checked
|
||||
|
|
5881
npm-shrinkwrap.json
generated
5881
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue