Skip to content

Commit

Permalink
更新TerritoryType的sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukoooo committed Jul 14, 2024
1 parent e85d880 commit 60d07fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 渔人的直感/Models/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void Initialize(SigScanner scanner)
//Weather用于获取当前天气,判断幻海流、空岛特殊天气触发等。
weatherPtr = scanner.GetStaticAddressFromSig("48 8D 0D ? ? ? ? 0F 28 DE", 3) + 8;

/*territoryTypePtr = scanner.GetStaticAddressFromSig("8B 05 ? ? ? ? 45 0F B6 F9", 2);*/
territoryTypePtr = scanner.GetStaticAddressFromSig("8B 0D ? ? ? ? E8 ? ? ? ? 48 85 C0 74 ? 0F B7 40", 2);

conditionPtr = scanner.GetStaticAddressFromSig("48 8D 0D ? ? ? ? 45 33 C0 4C 8B F0", 3);

Expand Down

0 comments on commit 60d07fb

Please sign in to comment.