reinstall panel fixed, inspect range fixed (flamanis), evoker cooldowns added

This commit is contained in:
Tercio Jose
2022-10-28 11:51:44 -03:00
parent e1195f5142
commit 4a198c5996
5 changed files with 64 additions and 20 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
local gameVersionPrefix = "Unknown Game Version - You're probably using a Details! not compatible with this version of the Game"
--these are the game versions currently compatible with this Details! versions
if (DetailsFramework.IsWotLKWow() or DetailsFramework.IsShadowlandsWow() or DetailsFramework.IsDragonflight()) then
gameVersionPrefix = "WSD"
gameVersionPrefix = "WD"
end
Details.gameVersionPrefix = gameVersionPrefix