Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
- fixed #26
  • Loading branch information
sinaris committed Sep 18, 2012
1 parent fed79af commit 7eddd47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ do

local maxHolyPower
if( S.level == MAX_PLAYER_LEVEL ) then
maxHolypower = 5
maxHolyPower = 5
else
maxHolyPower = 3
end
Expand Down
2 changes: 1 addition & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ do

local maxHolyPower
if( S.level == MAX_PLAYER_LEVEL ) then
maxHolypower = 5
maxHolyPower = 5
else
maxHolyPower = 3
end
Expand Down
2 changes: 1 addition & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ do

local maxHolyPower
if( S.level == MAX_PLAYER_LEVEL ) then
maxHolypower = 5
maxHolyPower = 5
else
maxHolyPower = 3
end
Expand Down
2 changes: 1 addition & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ do

local maxHolyPower
if( S.level == MAX_PLAYER_LEVEL ) then
maxHolypower = 5
maxHolyPower = 5
else
maxHolyPower = 3
end
Expand Down
2 changes: 1 addition & 1 deletion AsphyxiaUI/Unitframes/Layouts/Asphyxia/Asphyxia5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ do

local maxHolyPower
if( S.level == MAX_PLAYER_LEVEL ) then
maxHolypower = 5
maxHolyPower = 5
else
maxHolyPower = 3
end
Expand Down

0 comments on commit 7eddd47

Please sign in to comment.