Fix loading of core scripts

This commit is contained in:
hondacrx
2017-09-06 18:46:19 -04:00
parent 36a74cf873
commit adbde2e6c2
6 changed files with 108 additions and 78 deletions
+1 -12
View File
@@ -23,7 +23,7 @@ using Game.Scripting;
namespace Game.PvP
{
class HellfirePeninsulaPvP : OutdoorPvP
public class HellfirePeninsulaPvP : OutdoorPvP
{
public HellfirePeninsulaPvP()
{
@@ -310,17 +310,6 @@ namespace Game.PvP
uint m_TowerType;
}
[Script]
class HellfirePeninsulaPvPScript : OutdoorPvPScript
{
public HellfirePeninsulaPvPScript() : base("outdoorpvp_hp") { }
public override OutdoorPvP GetOutdoorPvP()
{
return new HellfirePeninsulaPvP();
}
}
struct HPConst
{
public static uint[] LangCapture_A = { DefenseMessages.BrokenHillTakenAlliance, DefenseMessages.OverlookTakenAlliance, DefenseMessages.StadiumTakenAlliance };