Fix lua error when clicking on one of the traits in the trait filter
WildCard_25 [03-17-19 - 16:45]
Fix lua error when clicking on one of the traits in the trait filter
diff --git a/GarrisonCommander.xml b/GarrisonCommander.xml
index d455748..72adc49 100644
--- a/GarrisonCommander.xml
+++ b/GarrisonCommander.xml
@@ -426,7 +426,7 @@
<Scripts>
<OnLeave function="GameTooltip_Hide"/>
<OnClick>
- PlaySound("igMainMenuOptionCheckBoxOn");
+ PlaySound(SOUNDKIT.IG_MAINMENU_OPTION_CHECKBOX_ON);
local searchBox = GarrisonMissionFrameFollowers.SearchBox
local searchString = searchBox:GetText();
if (searchString == self.name) then