diff --git a/Dalamud.Injector/Dalamud.Injector.csproj b/Dalamud.Injector/Dalamud.Injector.csproj
index c1313a741..36d311259 100644
--- a/Dalamud.Injector/Dalamud.Injector.csproj
+++ b/Dalamud.Injector/Dalamud.Injector.csproj
@@ -14,10 +14,10 @@
true
- 4.1.0.8
- 4.1.0.8
+ 4.4.0.0
+ 4.4.0.0
XIVLauncher addon injection
- 4.1.0.8
+ 4.4.0.0
diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj
index 871526d55..7d61e5c75 100644
--- a/Dalamud/Dalamud.csproj
+++ b/Dalamud/Dalamud.csproj
@@ -1,4 +1,4 @@
-
+
AnyCPU
net471
@@ -14,9 +14,9 @@
true
- 4.3.0.0
- 4.3.0.0
- 4.3.0.0
+ 4.4.0.0
+ 4.4.0.0
+ 4.4.0.0
diff --git a/Dalamud/Game/ClientState/ClientStateAddressResolver.cs b/Dalamud/Game/ClientState/ClientStateAddressResolver.cs
index 40c7e8e6d..08f858d0c 100644
--- a/Dalamud/Game/ClientState/ClientStateAddressResolver.cs
+++ b/Dalamud/Game/ClientState/ClientStateAddressResolver.cs
@@ -13,7 +13,7 @@ namespace Dalamud.Game.ClientState
public IntPtr JobGaugeData { get; set; }
protected override void Setup64Bit(SigScanner sig) {
- ActorTable = sig.Module.BaseAddress + 0x1BFBA38;
+ ActorTable = sig.Module.BaseAddress + 0x1BFFD90;
LocalContentId = sig.Module.BaseAddress + 0x1C2E000;
JobGaugeData = sig.Module.BaseAddress + 0x1BFB110;
}
diff --git a/Dalamud/Game/Network/NetworkHandlers.cs b/Dalamud/Game/Network/NetworkHandlers.cs
index cf71e43c4..4613e03de 100644
--- a/Dalamud/Game/Network/NetworkHandlers.cs
+++ b/Dalamud/Game/Network/NetworkHandlers.cs
@@ -221,12 +221,12 @@ namespace Dalamud.Game.Network {
}
private enum ZoneOpCode {
- CfNotifyPop = 0x135,
- CfPreferredRole = 0x2a2,
- MarketTaxRates = 0x16a,
- MarketBoardItemRequestStart = 0x349,
- MarketBoardOfferings = 0x130,
- MarketBoardHistory = 0x1f7
+ CfNotifyPop = 0x1F8,
+ CfPreferredRole = 0x32A,
+ MarketTaxRates = 0x25E,
+ MarketBoardItemRequestStart = 0x328,
+ MarketBoardOfferings = 0x15F,
+ MarketBoardHistory = 0x113
}
private DalamudConfiguration.PreferredRole RoleKeyToPreferredRole(int key) => key switch