Skip to content

Commit

Permalink
note about GGG in LICENSE, fixed bug in gems.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaK2 committed Sep 5, 2015
1 parent 3c34a87 commit 549c0ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

------------------------------------------------------------------------------

Additionally please note that many of the file formats, and in particular
the contents of extracted files are owned by Grinding Gear Games and shall
not be used or published without being in accordance with their terms of use.

2 changes: 1 addition & 1 deletion PyPoE/cli/exporter/wiki/parsers/gems.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def level_progression(self, parsed_args):
if monster_stat_index != -1:
minion_level = row['Stat%sValue' % monster_stat_index]
else:
minion_level = row['Level']
minion_level = row['LevelRequirement']
out.append('| %s\n' % minion_level)
for mv in monster_varieties:
dmg, aspd, life = self._get_monster_stats(mv, minion_level)
Expand Down

0 comments on commit 549c0ae

Please sign in to comment.