diff --git a/toontown/catalog/CatalogItem.py b/toontown/catalog/CatalogItem.py index 16709616..619c3c02 100644 --- a/toontown/catalog/CatalogItem.py +++ b/toontown/catalog/CatalogItem.py @@ -154,7 +154,7 @@ class CatalogItem: return int(self.getBasePrice() * CatalogSaleMarkdown) def getDeliveryTime(self): - return 0 + return 1 def getPicture(self, avatar): self.hasPicture = True diff --git a/toontown/catalog/CatalogManagerAI.py b/toontown/catalog/CatalogManagerAI.py index 950a1dd0..92b2cddd 100644 --- a/toontown/catalog/CatalogManagerAI.py +++ b/toontown/catalog/CatalogManagerAI.py @@ -25,7 +25,4 @@ class CatalogManagerAI(DistributedObjectAI): av.b_setCatalog(monthlyCatalog, weeklyCatalog, backCatalog) av.b_setCatalogSchedule(newWeek, int((time.time() + 604800)/60)) av.b_setCatalogNotify(ToontownGlobals.NewItems, av.mailboxNotify) - - def isItemReleased(self, accessory): - return 1