PR

【11/14 12:00】クリスマスガチャ前半 #2396

wada opened this at 2022-11-10T17:05:18; closed

Description

opened by wada at 2022-11-10T17:05:18; updated 2022-11-14T11:29:16

概要

【11/7】クリスマスガチャ前半 #2374

DB更新内容

【11/14 12:00】クリスマスガチャ前半 jolly/jrye-db#218
ガチャアイテム調整済

追加テーブル

CREATE TABLE `log_user_gacha_bonus` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_no` int(10) unsigned NOT NULL,
  `gacha_id` int(10) unsigned NOT NULL,
  `item_type` int(10) unsigned NOT NULL,
  `item_no` int(10) unsigned NOT NULL,
  `item_count` int(10) unsigned NOT NULL,
  `reg_date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_gacha_bonus` (`user_no`,`gacha_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

TODO

  • [x] 告知設定
  • [x] 戦闘デモ設定
  • [x] ログテーブル作成
  • [x] dbデプロイ
  • [x] webデプロイ
  • [x] 本番確認

Comment

#23605 by wada at 2022-11-10T17:05:43; updated 2022-11-10T17:05:43

@kouho
確認お願いします。

wada merge at 2022-11-14T10:39:20: 【11/14 12:00】クリスマスガチャ前半
wada close at 2022-11-14T10:39:20: Close
wada delete_branch at 2022-11-14T11:29:16: season_gacha_276

Commit range

base5c55abb59945c4803aa02000eb3c365ae34a1260
head9cd7583ebd231e6e363abd48bb7c968b0b7891c0
base branchjolly/jr-web:master
head branchjolly/jr-web:season_gacha_276

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed20 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/class/const/ItemConst.class.php
modifiedlib/conf/class/SPGachaConfig.class.php
addedlib/models/dao/log_user_gacha_bonus.php
addedlib/models/gacha/Drink_random.php
modifiedlib/models/gacha/SPGacha_manager.php
modifiedlib/models/gacha/Simple_random.php
modifiedlib/public/Bar-SPGacha.inc
modifiedlib/public/Bar-SPGachaCheck.inc
modifiedlib/public/Bar-SPGachaExec.inc
modifiedlib/public/Bar-SPGachaResult.inc
modifiedlib/public/Card-Detail.inc
modifiedlib/public/Card-StatusUp.inc
modifiedlib/public/Card-StatusUpCheck.inc
modifiedlib/public/Card-StatusUpResult.inc
addedpublic_html/img/gacha/gacha_coin_object276_2.png
modifiedpublic_html/template/Bar-SPGachaCheck.tpl
modifiedpublic_html/template/Bar-SPGachaList.tpl
modifiedpublic_html/template/Bar-SPGachaResult.tpl
addedpublic_html/template/Bar-SPGacha_276.tpl
Patch body is stored as a separate file to keep this page lightweight.