Skip to content

Commit 90ef6c3

Browse files
committed
cgss: update skill name
1 parent b7a0194 commit 90ef6c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cgss/main.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ function do_commit($TruthVersion, $db = NULL) {
123123
case 37: { return 'Motif Visual'; }
124124
case 38: { return 'Trico Symphony'; }
125125
case 39: { return 'Alternate'; }
126+
case 40: { return 'Refrain'; }
127+
case 41: { return 'Magic'; }
128+
case 42: { return 'Combo Alter'; }
126129
default: { return 'Skill '.$a; }
127130
}
128131
})($a['skill_type']).
@@ -181,9 +184,10 @@ function do_commit($TruthVersion, $db = NULL) {
181184
));
182185
curl_exec($curl);
183186
curl_close($curl);
187+
return;
184188

185189
// rechk event date
186-
if ($db != NULL) {
190+
if (false && $db != NULL) {
187191
$select = $mysqli->query('SELECT data FROM cgss WHERE should_rechk_date=1');
188192
$rechk_date = 0;
189193
while (($row = $select->fetch_assoc()) != NULL) {

0 commit comments

Comments
 (0)