Fixes Script loading.
Some cleanup on array Clear Misc errors
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Scripts.Northrend.FrozenHalls.PitOfSaron
|
||||
};
|
||||
}
|
||||
|
||||
[Script]
|
||||
class instance_pit_of_saron : InstanceMapScript
|
||||
{
|
||||
public instance_pit_of_saron() : base(nameof(instance_pit_of_saron), 658) { }
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
|
||||
Reference in New Issue
Block a user