Skip to content

Commit

Permalink
prevent tbc sources from loading in classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Apr 11, 2021
1 parent bfd089a commit 7eb3fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AtlasLootClassic_Data/source-tbc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ local format = string.format
-- ----------------------------------------------------------------------------
local addonname = ...
local AtlasLoot = _G.AtlasLoot
if AtlasLoot:GetGameVersion() < 2 then return end

--##START-DATA##
local SOURCE_DATA = {
Expand Down

0 comments on commit 7eb3fde

Please sign in to comment.