Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Jul 7, 2015
1 parent d0cfd12 commit 23f8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/server.py
Expand Up @@ -362,7 +362,7 @@ def setup(self, input):
proclist.append((self.gearProcs[k],gd[1]))
break

elif input.get("l", 0) > 90:
if input.get("l", 0) > 90:
if input.get("prepot", 0) == 1:
proclist.append('draenic_agi_prepot')
if input.get("pot", 0) == 1:
Expand Down

0 comments on commit 23f8d54

Please sign in to comment.