File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ function do_commit($TruthVersion, $db = NULL) {
123
123
case 37 : { return 'Motif Visual ' ; }
124
124
case 38 : { return 'Trico Symphony ' ; }
125
125
case 39 : { return 'Alternate ' ; }
126
+ case 40 : { return 'Refrain ' ; }
127
+ case 41 : { return 'Magic ' ; }
128
+ case 42 : { return 'Combo Alter ' ; }
126
129
default : { return 'Skill ' .$ a ; }
127
130
}
128
131
})($ a ['skill_type ' ]).
@@ -181,9 +184,10 @@ function do_commit($TruthVersion, $db = NULL) {
181
184
));
182
185
curl_exec ($ curl );
183
186
curl_close ($ curl );
187
+ return ;
184
188
185
189
// rechk event date
186
- if ($ db != NULL ) {
190
+ if (false && $ db != NULL ) {
187
191
$ select = $ mysqli ->query ('SELECT data FROM cgss WHERE should_rechk_date=1 ' );
188
192
$ rechk_date = 0 ;
189
193
while (($ row = $ select ->fetch_assoc ()) != NULL ) {
You can’t perform that action at this time.
0 commit comments