Fix wrongly changed jQuery data "chid" attribute

e1bf781b10a77060d6eed13803be31afaea00db4

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -5149,7 +5149,7 @@ jQuery(() => {
51495149 });
51505150
51515151 $('#world_button').on('click', async function (event) {
51525152 const chid = $('#set_character_world').data('data-chid');
51535153
51545154 if (chid) {
51555155 const worldName = characters[chid]?.data?.extensions?.world;