Fix loading of core scripts
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user