Skip to content

Commit

Permalink
Fixing a crash in Wotlk 3.4.2 PTR
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed May 5, 2023
1 parent adf7651 commit ba28e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KiwiFarm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ local CLASSIC = VERSION<40000 or nil
local RETAIL = VERSION>=40000 or nil

-- addon version
local GetAddOnMetadata = C_AddOns and C_AddOns.GetAddOnMetadata or GetAddOnMetadata
local versionToc = GetAddOnMetadata(addonName, "Version")
local versionStr = (versionToc=='\@project-version\@' and 'Dev' or versionToc)

Expand Down

0 comments on commit ba28e62

Please sign in to comment.