meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

Fixed incorrect number in getSummonerSpell2 #9

Closed marcus604 closed 9 years ago

marcus604 commented 9 years ago

getSummonerSpell2() was calling data.getSpell1ID() instead of data.getSpell2ID()

robrua commented 9 years ago

Thanks