Fix Typo in Agahnim's Name.

This commit is contained in:
LLCoolDave
2017-05-21 16:32:34 +02:00
parent 3cab83f074
commit 0a23b5c1de
6 changed files with 32 additions and 32 deletions

View File

@@ -441,7 +441,7 @@ class ESMap(Item):
class ATSmallKey(Item):
def __init__(self):
super(ATSmallKey, self).__init__('Small Key (Aghanims Tower)', False, True, code=0x24)
super(ATSmallKey, self).__init__('Small Key (Agahnims Tower)', False, True, code=0x24)
class PDSmallKey(Item):