mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Merge pull request #6 from EnsignPayton/levelup-message
Remove extra print line
This commit is contained in:
@@ -42,7 +42,6 @@ function mod:UpdateDataBarDimensions()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function mod:PLAYER_LEVEL_UP(level, level2)
|
function mod:PLAYER_LEVEL_UP(level, level2)
|
||||||
print(level, level2)
|
|
||||||
local maxLevel = 60
|
local maxLevel = 60
|
||||||
if (level ~= maxLevel or not self.db.experience.hideAtMaxLevel) and self.db.experience.enable then
|
if (level ~= maxLevel or not self.db.experience.hideAtMaxLevel) and self.db.experience.enable then
|
||||||
self:UpdateExperience("PLAYER_LEVEL_UP", level)
|
self:UpdateExperience("PLAYER_LEVEL_UP", level)
|
||||||
|
|||||||
Reference in New Issue
Block a user