Core/Refactor: Part 1
This commit is contained in:
@@ -30,11 +30,6 @@ namespace Game.Entities
|
||||
{
|
||||
public partial class Player
|
||||
{
|
||||
public override void SetMap(Map map)
|
||||
{
|
||||
base.SetMap(map);
|
||||
}
|
||||
|
||||
public Difficulty GetDifficultyID(MapRecord mapEntry)
|
||||
{
|
||||
if (!mapEntry.IsRaid())
|
||||
|
||||
Reference in New Issue
Block a user