feat(event): Jack-O'-Lantern mounts

This commit is contained in:
Sabe Jones
2015-10-12 14:49:12 -04:00
parent 02133600ce
commit dcf17b5505
15 changed files with 1816 additions and 1716 deletions

View File

@@ -6,7 +6,8 @@ let specialMounts = {
'Mammoth-Base': 'mammoth',
'Orca-Base': 'orca',
'Gryphon-RoyalPurple': 'royalPurpleGryphon',
'Phoenix-Base': 'phoenix'
'Phoenix-Base': 'phoenix',
'JackOLantern-Base': 'jackolantern'
}
export default specialMounts;