Core/Achievements: Implement many new ModifierTree types
Port From (https://github.com/TrinityCore/TrinityCore/commit/aa8ad4d2fd6144fca3b69261a90a663df682e571)
This commit is contained in:
@@ -1674,7 +1674,7 @@ namespace Game
|
||||
return result;
|
||||
}
|
||||
|
||||
static uint GetPlayerConditionLfgValue(Player player, PlayerConditionLfgStatus status)
|
||||
public static uint GetPlayerConditionLfgValue(Player player, PlayerConditionLfgStatus status)
|
||||
{
|
||||
Group group = player.GetGroup();
|
||||
if (group = null)
|
||||
|
||||
Reference in New Issue
Block a user