• Dawnsorrow released this 2026-05-23 21:04:45 +00:00 | 0 commits to main since this release

    Fractured client v0.7.50-runed-armor

    Repository: HighSocietyRaiding/Fractured
    Tag: v0.7.50-runed-armor
    Release: https://git.hisora.dev/HighSocietyRaiding/Fractured/releases/tag/v0.7.50-runed-armor


    Summary

    Fixes Runed Armor rank 1 still granting attack power. Talent 1938 used rank-slot spell 48978 (stock AP aura 285), not 49390. v0.7.49 patched the wrong spell IDs for this talent row.

    Rank Spell ID (3-rank) Fix
    1 4897849390 Aura 317 + SP tooltip; legacy 48978 also patched for existing characters
    2 49391 / 49392 Aura 317 (unchanged intent)
    3 49393 / 49394 Aura 317; corrected Talent.dbc uses 49394 as rank-3 spell

    Talent.dbc SSOT: talent 1938 rank chain corrected to stock [49390…49394] → 3-rank remap [49390, 49392, 49394].


    What changed for players

    • Runed Armor rank 1 grants spell power (not AP) with correct tooltip.
    • Ranks 2–3 unchanged in intent; rank 3 spell id aligns with corrected talent row.

    Client files updated

    File Change
    patch-enUS-4.MPQ Rebuilt Spell.dbc + Talent.dbc (Runed Armor + talent 1938 fix)
    patch-manifest.json New checksum for patch-enUS-4

    Carried forward unchanged from v0.7.49

    • patch-enUS-5.MPQpatch-enUS-9.MPQ
    • Wow.exe
    • Fractured Launcher 1.0.18

    How to install (players)

    1. Fractured LauncherDownload updates after the realm ships this tag.
    2. Or replace Data\enUS\patch-enUS-4.MPQ from this release only.
    3. Delete Cache and WDB if tooltips look stale.
    4. Relog (passive aura refresh).

    Server requirements (operators)

    Panel → Update + Reboot on tag v0.7.50-runed-armor. Post-pull deploy installs Talent.dbc + Spell.dbc from git SSOT; SQL applies on worldserver start.

    Apply migration 2026_05_23_01_fractured_runed_armor_rank0_spell.sql (48978 + 49394). Rebuild worldserver for updated SpellInfoCorrections.cpp.


    Maintainer: bake artifact

    bash tools/fractured-client-patch-workspace/build-patch.sh release --patch 4
    bash tools/fractured-client-patch-workspace/scripts/sync-ssot-spell-dbc-from-mpq.sh \
      tools/fractured-client-patch-workspace/output/patch-enUS-4-built.MPQ
    

    Attach patch-enUS-4.MPQ (rename from *-built.MPQ) to the Gitea release.

    Downloads