dmchale / BBRR

BloodBowl Replay Reader
GNU General Public License v3.0
2 stars 2 forks source link

Finish auditing Team ID listing #2

Open dmchale opened 8 years ago

dmchale commented 8 years ago

Need to flesh out the team index array in /classes/BBRRTeam.php

1) Currently a zero-indexed array, but I don't know if the GAME has a "team zero" or if we need to extend the upper bound of the array to accommodate the game data

2) Need to confirm the rest of the teams. Currently only have 4 races confirmed based on preliminary game data that has been looked at so far.

evanmalmud commented 8 years ago

Finished in pull request #5