From e25b0fd0a8685e769cacbd9c5abb5a9185002b66 Mon Sep 17 00:00:00 2001 From: RioMcBoo Date: Thu, 4 Apr 2024 11:18:29 +0300 Subject: [PATCH] Core/OutdoorPVP: Move OutdoorPVPs in 'Scripts' project --- .../Zones => Scripts/OutdoorPvP}/HellfirePeninsulaPvP.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename Source/{Game/OutdoorPVP/Zones => Scripts/OutdoorPvP}/HellfirePeninsulaPvP.cs (99%) 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 {