Skip to content

Commit

Permalink
Fix conditional version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
b-morgan committed Aug 14, 2024
1 parent 3bd5b90 commit a856d7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SkillLevelData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7093,7 +7093,7 @@ Skillet.db.global.SkillLevels = {

}
Skillet.db.global.SkillLineAbility_era = {
--[====[@version-classic@
--@version-classic@
[2149] = '1/40/55/70',
[2153] = '30/45/60/75',
[2152] = '1/30/45/60',
Expand Down Expand Up @@ -8467,10 +8467,10 @@ Skillet.db.global.SkillLineAbility_era = {
[448085] = '1/250/255/260',
[448624] = '1/120/125/130',
[451706] = '1/250/255/260',
--@end-version-classic@]====]
--@end-version-classic@
}
Skillet.db.global.SkillLineAbility_cata = {
--[====[@version-cata@
--@version-cata@
[2149] = '1/40/55/70',
[2153] = '30/45/60/75',
[2152] = '1/30/45/60',
Expand Down Expand Up @@ -12767,7 +12767,7 @@ Skillet.db.global.SkillLineAbility_cata = {
[405005] = '1/390/397/405',
[413897] = '1/390/397/405',
[414814] = '1/390/397/405',
--@end-version-cata@]====]
--@end-version-cata@
}
Skillet.db.global.SkillLineAbility_retail = {
--@version-retail@
Expand Down

0 comments on commit a856d7b

Please sign in to comment.