Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update toc files for cataclysm 4.4.1 #5509

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WeakAuras/GenericTrigger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ function GenericTrigger.Add(data, region)

if warnAboutCLEUEvents then
Private.AuraWarnings.UpdateWarning(data.uid, "spammy_event_warning", "error",
L["|cFFFF0000Support for unfiltered COMBAT_LOG_EVENT_UNFILTERED is deprecated|r\nCOMBAT_LOG_EVENT_UNFILTERED without a filter is advised against as it’s very performance costly.\nFind more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Custom-Triggers#events"])
L["|cFFFF0000Support for unfiltered COMBAT_LOG_EVENT_UNFILTERED is deprecated|r\nCOMBAT_LOG_EVENT_UNFILTERED without a filter is advised against as it’s very performance costly.\nFind more information:\nhttps://github.com/WeakAuras/WeakAuras2/wiki/Custom-Triggers#events"], true)
else
Private.AuraWarnings.UpdateWarning(data.uid, "spammy_event_warning")
end
Expand Down
2 changes: 1 addition & 1 deletion WeakAuras/WeakAuras_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 40401
## Title: WeakAuras
## Author: The WeakAuras Team
## Version: @project-version@
Expand Down
2 changes: 1 addition & 1 deletion WeakAurasArchive/WeakAurasArchive_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 40401
## Title: WeakAuras Archive
## Author: The WeakAuras Team
## Version: @project-version@
Expand Down
2 changes: 1 addition & 1 deletion WeakAurasModelPaths/WeakAurasModelPaths_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 40401
## Title: WeakAuras Model Paths
## Author: The WeakAuras Team
## Version: @project-version@
Expand Down
2 changes: 1 addition & 1 deletion WeakAurasOptions/WeakAurasOptions_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 40401
## Title: WeakAuras Options
## Author: The WeakAuras Team
## Version: @project-version@
Expand Down
2 changes: 1 addition & 1 deletion WeakAurasTemplates/WeakAurasTemplates_Cata.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 40401
## Title: WeakAuras Templates
## Author: The WeakAuras Team
## Version: @project-version@
Expand Down