Renames all mob IDs from stupid old format (#4789)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Content.IntegrationTests.Tests.Interaction
|
||||
[TestOf(typeof(UnobstructedExtensions))]
|
||||
public class InRangeUnobstructed : ContentIntegrationTest
|
||||
{
|
||||
private const string HumanId = "BaseHumanMob_Content";
|
||||
private const string HumanId = "MobHumanBase";
|
||||
|
||||
private const float InteractionRange = SharedInteractionSystem.InteractionRange;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user