Description
5/2 11:50頃実行
レイド報酬配布
# 報酬配布
(実行前に$debug_flgを0に設定)
cd /jr-yamada/lib/exec/
vi tool_event_raid_present.inc
ENVIRONMENT=production PF=yamada php ./tool_event_raid_present.inc
# ポイント集計
ENVIRONMENT=production PF=yamada php ./tool_event_raid_point.inc- [x] 告知
- [x] swf告知
新大陸
リリース
#DBの初期化
1.team_data
更新
UPDATE team_data SET event_info = 0,event_info2 = 50 ,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT `team_no` , `event_info` , `event_info2` , `event_info3` FROM `team_data` WHERE `del_flg` = 0;
2.user_event_new_island
更新(空にする)
truncate table user_event_new_island;
確認
SELECT * FROM `user_event_new_island`;- [x] DBの初期化
- [x] 本番環境更新
- [x] 告知
- [x] swf告知