Fix zone notify for in commander

This commit is contained in:
2025-01-27 16:21:57 +01:00
parent d047c632ed
commit 7aa5d50a6c
5 changed files with 17 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ local addonname, shared = ...
---@cast shared HeimdallShared
---@cast addonname string
local VERSION = "3.9.3"
local VERSION = "3.9.4"
shared.VERSION = VERSION
local function init()
@@ -35,7 +35,7 @@ local function init()
---@field Memoize fun(f: function): function
---@field GetLocaleForChannel fun(channel: string): string
---@field WhoQueryService WhoQueryService
---@field Whoer InitTable
---@field Whoer InitTable|{ShouldNotifyForZone: fun(zone: string): boolean}
---@field Messenger InitTable
---@field Spotter InitTable
---@field DeathReporter InitTable