Fix wrongly changed jQuery data "chid" attribute
| @@ -5149,7 +5149,7 @@ jQuery(() => { | ||
| 5149 | 5149 | }); |
| 5150 | 5150 | |
| 5151 | 5151 | $('#world_button').on('click', async function (event) { |
| 5152 | 5152 | const chid = $('#set_character_world').data('data-chid'); |
| 5153 | 5153 | |
| 5154 | 5154 | if (chid) { |
| 5155 | 5155 | const worldName = characters[chid]?.data?.extensions?.world; |