Description
【11/6】新大陸イベント #370
【11/6】新大陸イベント #370
今回こちらの作成必要
CREATE TABLE `team_event_new_island_mode_limit` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`team_no` int(11) NOT NULL,
`mode_start` int(11) NOT NULL DEFAULT '0' COMMENT 'レアモンスター出現モード開始',
`mode_end` int(11) NOT NULL DEFAULT '0' COMMENT 'レアモンスター出現モード終了',
`user_no` int(11) NOT NULL COMMENT 'フックモンスター討伐ユーザー',
`nickname` char(50) NOT NULL DEFAULT 'no_name' COMMENT 'フックモンスター討伐ユーザーのニックネーム',
PRIMARY KEY (`id`),
KEY `team_no` (`team_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;イベント開始前に行うテーブル作業
UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
truncate table user_event_new_island| base | 8292a27c54c7502798264460441cd44db8ec8775 |
|---|---|
| head | 8966ca04955522a0bb452419ec4800f98455e1b2 |
| base branch | jolly/jr-web:develop |
| head branch | jolly/jr-web:event_newisland_4_370 |
--repositories-root /path/to/gitbucket/repositories after mirroring repositories to include unified diff output.