Add data-fetch tool used to fetch unknown spell metadata from wowhead <3

This commit is contained in:
Melvin Valster
2019-07-25 15:50:36 +02:00
parent cf6c4ea7b1
commit 256118fd1a
9 changed files with 8330 additions and 11 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ import {
import { talentsBySpec } from '../data/talents'
import { classByName } from '../data/classes'
import { History } from 'history'
import { debugPrintKnown } from '../lib/debug'
// import { debugPrintKnown } from '../lib/debug'
import { Link } from 'react-router-dom';
interface Props {
@@ -59,7 +59,7 @@ export class Calculator extends React.PureComponent<Props> {
this.setState({ knownTalents: newKnownTalents })
// Debug
debugPrintKnown(newKnownTalents)
// debugPrintKnown(newKnownTalents)
}
render() {