Skip to content

Commit 2e51806

Browse files
committed
Update for 12.0.0
1 parent d7c490b commit 2e51806

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"utf8": "disable"
1313
},
1414
"Lua.workspace.library": [
15-
"~\\.vscode\\extensions\\ketho.wow-api-0.17.5\\Annotations"
15+
"~\\.vscode\\extensions\\ketho.wow-api-0.22.1\\Annotations\\Core"
1616
],
1717
"Lua.diagnostics.globals": [
1818
"SlashCmdList",

SimpleDing.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@ function f:TIME_PLAYED_MSG(...)
227227

228228
if db.ChatSay then
229229
if CanSendChatMessage() then
230-
SendChatMessage(text)
230+
C_ChatInfo.SendChatMessage(text)
231231
else
232-
SendChatMessage(text, "EMOTE")
232+
C_ChatInfo.SendChatMessage(text, "EMOTE")
233233
end
234234
else
235235
RaidNotice_AddMessage(RaidWarningFrame, text, {r=1, g=1, b=0})
236236
end
237237
if db.ChatGuild and IsInGuild() then
238-
SendChatMessage(text, "GUILD")
238+
C_ChatInfo.SendChatMessage(text, "GUILD")
239239
end
240240
if db.Screenshot then
241241
C_Timer.After(1, function() Screenshot() end)

SimpleDing.toc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 110002, 40400, 11503
1+
## Interface: 120001, 120000, 50503, 20505, 11508
22
## Version: @project-version@
33
## Title: SimpleDing
44
## Notes: Ding!
@@ -10,6 +10,18 @@
1010
## X-WoWI-ID: 19479
1111
## X-Wago-ID: XrNk7eNa
1212

13+
## Category: Chat
14+
## Category-deDE: Chat
15+
## Category-esES: Chat
16+
## Category-esMX: Chat
17+
## Category-frFR: Discussion
18+
## Category-itIT: Chat
19+
## Category-koKR: 대화
20+
## Category-ptBR: Bate-papo
21+
## Category-ruRU: Чат
22+
## Category-zhCN: 聊天
23+
## Category-zhTW: 對話
24+
1325
#@no-lib-strip@
1426
Libs\LibStub\LibStub.lua
1527
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml

0 commit comments

Comments
 (0)