Skip to content

Commit 90f8bba

Browse files
committed
Tweak corrupt talent loadout message that has been confusing
1 parent edc6d50 commit 90f8bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Simulationcraft.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## IconTexture: Interface\Addons\SimulationCraft\logo
44
## Notes: Constructs SimC export strings
55
## Author: Theck, navv_, seriallos
6-
## Version: 11.0.2-01
6+
## Version: 11.0.2-02
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

core.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ local function WriteLoadoutContent(exportStream, configID, treeID)
361361
local entryIndex = GetActiveEntryIndex(treeNode);
362362
if(entryIndex <= 0 or entryIndex > 4) then
363363
local configInfo = Traits.GetConfigInfo(configID)
364-
local errorMsg = "Talent loadout '" .. configInfo.name .. "' is corrupt/incomplete. It needs to be"
365-
.. " recreated or deleted for /simc to function properly"
364+
local errorMsg = "Talent loadout '" .. configInfo.name .. "' is corrupt/incomplete. Find that talent"
365+
.. " loadout in your talents UI and delete or update it. It may be on a different spec."
366366
print(errorMsg);
367367
error(errorMsg);
368368
end

0 commit comments

Comments
 (0)