You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
🆕 Redesign of HC Club buy, now also give as gift
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE catalog_club_offers
|
||||
ADD COLUMN IF NOT EXISTS giftable ENUM('0','1') NOT NULL DEFAULT '0';
|
||||
|
||||
INSERT INTO emulator_texts (`key`, `value`)
|
||||
VALUES ('prereg.reward.you.received', 'You have recived:'),
|
||||
('generic.days', 'days');
|
||||
Reference in New Issue
Block a user