sinaris / AsphyxiaUI---v6

Other
13 stars 8 forks source link

UnitFrame's layouts 'maxHolyPower' variable typo #26

Closed seigert-xx closed 11 years ago

seigert-xx commented 11 years ago

At least in 'asphyxia' and 'asphyxia2' UF layouts there is a typo in maxHolyPower variable: around lines 310-314 it is written as maxHolypower, which causes LUA errors:

                local maxHolyPower
                if( S.level == MAX_PLAYER_LEVEL ) then
                    maxHolypower = 5
                else
                    maxHolyPower = 3
                end
sinaris commented 11 years ago

fixed. https://github.com/sinaris/AsphyxiaUI---v6/commit/7eddd470599f9d4469943613c922dd476741fdb8