promotional bannermobile promotional banner

HeroDBC

You want DBC data inside WoW but you don't know where to find it ? Check this addon.

File Details

11.1.5.02

  • R
  • May 16, 2025
  • 1.75 MB
  • 13.9K
  • 11.1.5
  • Retail

File Name

HeroDBC-11.1.5.02.zip

Supported Versions

  • 11.1.5

tag 5294e1775e236ffdd2188ee373f8f6ab2df54e7f 11.1.5.02
Author:    Cilraaz <cilraaz@gmail.com>
Date:    Thu May 15 22:59:50 2025 -0400

commit 5589b52d759a1cee0bb64bb9b68dae708c3f00de
Author: Cilraaz <cilraaz@gmail.com>
Date:   Thu May 15 22:59:40 2025 -0400

    build(TOC): 11.1.5.02 release

commit 16e4c557b7fceed45e7622f15b8e71319cb9b8c4
Author: Cilraaz <cilraaz@gmail.com>
Date:   Thu May 15 22:59:09 2025 -0400

    fix(SpellAuraStat): Change SpellEffect sorting to avoid incorrect values

    - Sort by id_parent (Spell ID), then descending sub_type. This fixes an issue where some spells were being incorrectly marked as false.
    - For example, Signet of the Priory trinket uses Spell ID 443531. It has multiple SpellEffect entries of type 6, including one of sub_type 4, which appears to be a "controller" of some kind (trinket increases the highest secondary stat). The other entries are type 189. Re-sorting in this way means the parser sees the sub_type 189 before sub_type 4, giving us a proper true value.

commit afe3db4e7dd37a0f2ba44d7303d2f7930f2af85d
Author: JoshAU <37181202+joshjau@users.noreply.github.com>
Date:   Fri May 16 10:41:05 2025 +0800

    chore(DBC): 11.1.5.60822 data (#20)

    * chore(DBC): 11.1.5.60568 data

    * refactor(extract/filter.py): Update

    * fix dumb linter warning

    * chore(DBC): 11.1.5.60822 data

    - Updated WoW Retail Data to v11.1.5.60822
    - Removed SpellConduits.lua from TOC as no longer needed I believe?
    - Fixed minor issue with ItemRange.py