Revert "Add Danbooru Winter Sale."

This reverts commit 963f1f7991.
This commit is contained in:
evazion
2020-01-02 01:14:16 -06:00
parent 44140c6ec8
commit c251d145e4
6 changed files with 5 additions and 56 deletions

View File

@@ -1,25 +1,13 @@
class UserUpgrade
def self.gold_price
if Danbooru.config.is_promotion?
1500
else
2000
end
2000
end
def self.platinum_price
if Danbooru.config.is_promotion?
3000
else
4000
end
4000
end
def self.upgrade_price
if Danbooru.config.is_promotion?
1500
else
2000
end
2000
end
end