diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-10 13:23:57 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-10 13:23:57 -0700 |
commit | e6165edadfe5e801679305eaba8b3895f360cba7 (patch) | |
tree | a62c2348914cf7184b65811b0ea583b6c8ea4a64 /extras/item_constants.py | |
parent | 0799fbb4aa893445d1e7ddf16cca067d382072e2 (diff) | |
parent | 769005d270a90642e3c53dc82c55589da8aa5cf7 (diff) |
Merge pull request #128 from yenatch/master
item effects
Diffstat (limited to 'extras/item_constants.py')
-rw-r--r-- | extras/item_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/item_constants.py b/extras/item_constants.py index a0506375d..929c599f8 100644 --- a/extras/item_constants.py +++ b/extras/item_constants.py @@ -159,7 +159,7 @@ item_constants = { 180: 'BRICK_PIECE', 181: 'SURF_MAIL', 182: 'LITEBLUEMAIL', -183: 'PORTRAITM_AIL', +183: 'PORTRAITMAIL', 184: 'LOVELY_MAIL', 185: 'EON_MAIL', 186: 'MORPH_MAIL', |