diff --git a/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs b/Source/Scripts/OutdoorPvP/HellfirePeninsulaPvP.cs similarity index 99% rename from Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs rename to Source/Scripts/OutdoorPvP/HellfirePeninsulaPvP.cs index 89ebe0500..70f8e1ab8 100644 --- a/Source/Game/OutdoorPVP/Zones/HellfirePeninsulaPvP.cs +++ b/Source/Scripts/OutdoorPvP/HellfirePeninsulaPvP.cs @@ -4,11 +4,12 @@ using Framework.Constants; using Game.Entities; using Game.Maps; +using Game.PvP; using Game.Networking.Packets; using Game.Scripting; using System.Collections.Generic; -namespace Game.PvP.HellfirePeninsula +namespace Scripts.OutdoorPVP.HellfirePeninsula { class HellfirePeninsulaPvP : OutdoorPvP {