Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0be0423
[druid] Clean up trailing whitespace so my editor doesn't try to do i…
renanthera Aug 9, 2026
ffb48a6
[druid] Remove manual Matted Fur coefficient, as the value is now pro…
renanthera Aug 9, 2026
21f9a89
[druid] Remove Guardian Apex.
renanthera Aug 9, 2026
56a0923
[druid] Implement Gory Fur free Raze/Ravage/Maul procs. Add spell dat…
renanthera Aug 9, 2026
61580e3
[druid] Guardian Midnight Season 2 2pc set bonus
renanthera Aug 9, 2026
58a524b
[druid] Remove Guardian Apex even more.
renanthera Aug 9, 2026
ed3f524
[druid] Guardian Midnight Season 2 4pc set bonus
renanthera Aug 9, 2026
97e4bc8
[druid] Offspec Starfire aoe damage bug is fixed.
renanthera Aug 9, 2026
b61d33b
[druid] Trigger tier set 3 times with a 250ms delay between each trig…
renanthera Aug 9, 2026
c1b0e88
[druid] Update Lunation to be a static cooldown modifier only for Gua…
renanthera Aug 10, 2026
0c135a8
[druid] Implement Wild Guardian 1. Correct errors.
renanthera Aug 10, 2026
81366f4
[druid] Reimplement Vicious Brambles as a template.
renanthera Aug 10, 2026
85dc65c
[druid] Update Maul documentation.
renanthera Aug 10, 2026
6af4ffc
[druid] Implement most of Wild Guardian 3. TODO: Wild Guardian force …
renanthera Aug 10, 2026
a343739
[druid] Move Gory Fur Ironfur trigger to the correct parent action.
renanthera Aug 10, 2026
f1517e7
[druid] Complete Wild Guardian 3 implementation.
renanthera Aug 10, 2026
e58fe7b
[dbc] Remove old Wild Guardian Echoes. Add Wild Guardian 3 usability …
renanthera Aug 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dbc_extract3/dbc/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,8 @@ class SpellDataGenerator(DataGenerator):
( 1280133, 2 ), # Rake (unused?)
# Guardian
( 1250913, 3 ), # Memory of Ysera heal
( 1269633, 3 ), ( 1269645, 3 ), ( 1269648, 3 ), # Apex talent echoes
( 201671, 3 ), ( 1307881, 3 ), # Gory Fur
( 1269616, 3 ), # Wild Guardian Usable Buff
# Restoration
),
# Demon Hunter:
Expand Down
Loading
Loading