Skip to content

Commit d047fa9

Browse files
authored
Fix typo in tiger func (#9)
1 parent 4eae516 commit d047fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/pets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ module.exports = {
13411341
0: [{
13421342
name: 'Merciless Swipe',
13431343
desc: [`§7Gain §c+%ability%% ${symbols.ferocity} Ferocity.`],
1344-
func: () => {}, // TODO
1344+
func: () => ([]), // TODO
13451345
}],
13461346
1: [],
13471347
2: [{

0 commit comments

Comments
 (0)