Skip to content

Commit

Permalink
Double Declare
Browse files Browse the repository at this point in the history
  • Loading branch information
bbdoc committed Sep 1, 2023
1 parent 86e6fed commit 1dde009
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions actions/channel_sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
atk, def, sta,
template, min_weight, max_weight, form, max_atk,
max_def, max_sta, gender,
pvp_ranking_worst, pvp_ranking_best,pvp_ranking_min_cp, pvp_ranking_league,
profile_no, min_time, rarity, max_rarity,
pvp_ranking_worst, pvp_ranking_best, pvp_ranking_min_cp, pvp_ranking_league, pvp_ranking_cap,
profile_no, min_time, rarity, max_rarity,
size, max_size
)
SELECT REPLACE(id, ?, ? ),
Expand All @@ -57,9 +56,8 @@
atk, def, sta,
template, min_weight, max_weight, form, max_atk,
max_def, max_sta, gender,
pvp_ranking_worst, pvp_ranking_best,pvp_ranking_min_cp, pvp_ranking_league,
profile_no, min_time, rarity, max_rarity,
pvp_ranking_worst, pvp_ranking_best, pvp_ranking_min_cp, pvp_ranking_league, pvp_ranking_cap,
profile_no, min_time, rarity, max_rarity,
size, max_size
FROM monsters
WHERE id = ?
Expand Down

0 comments on commit 1dde009

Please sign in to comment.