Skip to content

Commit c01ce6e

Browse files
committed
enable PVE item properties
1 parent 8859c26 commit c01ce6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasources/handbook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import WorkerKV from '../utils/worker-kv.mjs';
33
class HandbookAPI extends WorkerKV {
44
constructor(dataSource) {
55
super('handbook_data', dataSource);
6-
//this.gameModes.push('pve');
6+
this.gameModes.push('pve');
77
}
88

99
async getCategory(context, info, id) {

0 commit comments

Comments
 (0)