PR

11/12リリース #423

wada opened this at 2020-11-12T14:28:25; closed

Description

opened by wada at 2020-11-12T14:28:25; updated 2023-08-28T15:18:12

フラッグ期間中に勝率が100%にならない #418

CREATE TABLE `team_item_use` (
  `team_no` int(11) unsigned NOT NULL,
  `item_use_type` tinyint(4) unsigned NOT NULL COMMENT '2:紅玉、8:フラッグ',
  `item_name` char(50) NOT NULL DEFAULT '',
  `nickname` char(50) NOT NULL DEFAULT '',
  `limit_time` int(11) unsigned NOT NULL,
  PRIMARY KEY (`team_no`,`item_use_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

Comment

#8265 by wada at 2020-11-12T14:28:59; updated 2020-11-12T14:28:59

@iwamoto
今日リリースする内容はこちらにマージしてください。
16時ごろリリースします。

Comment

#8267 by iwamoto at 2020-11-12T15:04:45; updated 2020-11-12T15:04:45

@wada
ログインボーナスの件のみ追加しました。

#今日リリースの内容に追加
1.ログインボーナスの報酬更新 #416
2.ログインボーナス画像取得しない #412
master_normal_login_bonus の panel_no : 6 以降は既に更新されています

こちらは明日のリリース内容に含めます
3.チームレイドの出現時間帯表示が間違い #394

Comment

#8271 by wada at 2020-11-12T15:08:06; updated 2020-11-12T15:08:06

了解です

wada merge at 2020-11-12T15:41:55: 11/12リリース
wada close at 2020-11-12T15:41:55: Close
wada refer at 2023-06-05T16:05:48: 2829:【6/6 16:00】レイドイベントリリース

Commit range

base15a8a1eec6adf4c4ea46d9fe626c48783ea1aa96
head978d41bb7bf51e74064748a2b509e82d822e6d62
base branchjolly/jr-web:master
head branchjolly/jr-web:release_1112

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed12 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/SubFunc_mission.inc
modifiedlib/ajax/item_result.inc
modifiedlib/ajax/item_select.inc
modifiedlib/ajax/mission_default.inc
modifiedlib/class/const/PresentDescriptionConst.class.php
modifiedlib/conf/class/NormalLoginBonusConfig.class.php
addedlib/models/dao/team_item_use.php
modifiedlib/public/AreaItem.inc
modifiedlib/public/Item.inc
modifiedlib/public/Main.inc
modifiedlib/public/Quest-LoginBonus.inc
Patch body is stored as a separate file to keep this page lightweight.