Add class and race text

This commit is contained in:
Brad 2025-04-07 10:37:20 -04:00 committed by GitHub
parent 648dee19d0
commit 08f776a2f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,12 +66,12 @@
{ {
searchable: false, searchable: false,
targets: 3, targets: 3,
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/class_${data}.jpg">`, render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/class_${data}.jpg"> ${data}`,
}, },
{ {
searchable: false, searchable: false,
targets: 4, targets: 4,
render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/race_${data}.jpg">`, render: data => `<img src="{{aowow}}/static/images/wow/icons/medium/race_${data}.jpg"> ${data}`,
}, },
{ {
searchable: false, searchable: false,