-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintaining Classic support has become a huge burden for this mod, since it is designed to modify the Blizzard UI, and the UI diverges even further between Retail and the different Classic variants with every update. Hence, I rather focus my efforts on Retail, and other mods.
- Loading branch information
1 parent
1e1a22f
commit 67e59cd
Showing
8 changed files
with
8 additions
and
2,584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,6 @@ Copyright (c) 2009-2020, Hendrik "Nevcairiel" Leppkes < [email protected] > | |
All rights reserved. | ||
]] | ||
|
||
local WoWClassic = (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE) | ||
if WoWClassic then return end | ||
|
||
-- data | ||
-- [MapArtID] = { | ||
-- key: w + h + x + y, 12-bits each for 48 total, value = string list of file data IDs | ||
|
Oops, something went wrong.