fix(misc): Tweaks
* Updates the text shown for Mystic Hourglasses in the inventory to account for new features. * Fixes the date range for the Fall Festival to correctly start September 21. * Updates test for the Inventory Controller to use lodash for object key iteration.
This commit is contained in:
@@ -27,7 +27,7 @@ events =
|
||||
winter2015: {start:'2014-12-21',end:'2015-02-02'}
|
||||
spring2015: {start:'2015-03-20',end:'2015-05-02'}
|
||||
summer2015: {start:'2015-06-20',end:'2015-08-02'}
|
||||
fall2015: {start:'2015-09-17',end:'2015-11-01'}
|
||||
fall2015: {start:'2015-09-21',end:'2015-11-01'}
|
||||
|
||||
api.mystery =
|
||||
201402: {start:'2014-02-22',end:'2014-02-28', text:'Winged Messenger Set'}
|
||||
|
||||
Reference in New Issue
Block a user