Xurkon
01b7f07c41
Fix MapIconTooltip _GetLevelString nil level crash
...
Root cause: creatureLevels entry for 'Uneasy Citizen' was {} (empty table)
instead of {minLevel, maxLevel, rank}, so creatureLevels[name][1] was nil.
Added early-return guard in _GetLevelString: if creatureLevels[name] is
falsy or has no numeric level at index [1], return name unchanged.
Also updated CHANGELOG.md [Unreleased] section with this fix.
2026-05-09 08:23:54 -05:00
..
2026-05-09 06:48:59 -05:00
2026-02-14 21:13:44 -06:00
2026-03-14 06:10:17 -05:00
2026-04-08 17:34:15 -05:00
2026-03-29 04:27:32 -05:00
2026-03-29 17:54:19 -05:00
2026-03-29 16:42:43 -05:00
2026-04-24 04:24:38 -05:00
2026-05-04 21:14:22 -05:00
2026-03-29 05:22:32 -05:00
2026-04-12 00:45:50 -05:00
2026-05-09 08:23:54 -05:00
2026-04-24 04:36:25 -05:00
2026-02-14 21:13:44 -06:00
2026-02-14 21:13:44 -06:00
2026-03-18 21:27:48 -05:00
2026-03-22 08:30:20 -05:00
2026-03-15 18:28:58 -05:00
2026-02-14 21:13:44 -06:00
2026-02-14 21:13:44 -06:00
2026-03-26 06:47:54 -05:00
2026-02-14 21:13:44 -06:00
2026-03-14 06:10:17 -05:00
2026-03-20 21:16:58 -05:00
2026-03-22 08:30:20 -05:00
2026-03-28 11:08:32 -05:00
2026-03-28 17:36:04 -05:00
2026-03-22 08:30:20 -05:00
2026-02-14 21:13:44 -06:00
2026-03-29 00:02:23 -05:00
2026-02-14 21:13:44 -06:00
2026-03-29 17:19:01 -05:00
2026-02-14 21:13:44 -06:00
2026-03-28 11:08:32 -05:00
2026-02-14 21:13:44 -06:00
2026-03-21 07:58:04 -05:00
2026-03-14 06:10:17 -05:00
2026-03-26 06:47:54 -05:00
2026-02-14 21:13:44 -06:00
2026-02-14 21:13:44 -06:00
2026-03-22 08:30:20 -05:00
2026-03-19 00:22:26 -05:00