Added gardening redemption code.

This commit is contained in:
Daniel 2015-03-07 23:46:24 +02:00
parent 7dc4f20f98
commit af794b64d8

View file

@ -36,6 +36,11 @@ class TTCodeRedemptionMgrAI(DistributedObjectAI):
CatalogClothingItem.CatalogClothingItem(1821, 0) CatalogClothingItem.CatalogClothingItem(1821, 0)
], ],
'expirationDate': datetime(2016, 3, 30) # temporary expiration until release 'expirationDate': datetime(2016, 3, 30) # temporary expiration until release
},
'gardening': {
'items': [
CatalogGardenStarterItem.CatalogGardenStarterItem()
]
} }
} }