diff --git a/Moose/Database.lua b/Moose/Database.lua index fedc72bc2..4781cc110 100644 --- a/Moose/Database.lua +++ b/Moose/Database.lua @@ -698,7 +698,7 @@ function DATABASE:ScoreAdd( PlayerName, ScoreType, ScoreTimes, ScoreAmount, Play local PlayerUnit = Unit.getByName( PlayerUnitName ) if PlayerUnit then -☺ if not PlayerUnitCategory then + if not PlayerUnitCategory then PlayerUnitCategory = DATABASECategory[PlayerUnit:getCategory()] end