Skip to content

Commit

Permalink
[Unholy] Remove manual hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyterage committed Dec 17, 2024
1 parent d6535b2 commit 1d3cfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/sc_death_knight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15226,7 +15226,7 @@ struct death_knight_module_t : public module_t
unique_gear::register_special_effect( 326864, runeforge::spellwarding );
unique_gear::register_special_effect( 326982, runeforge::unending_thirst );
}

/*
void register_hotfixes() const override
{
hotfix::register_effect( "Death Knight", "2024-12-13", "Rotten Touch Debuff incrased to 60%", 1026981,
Expand Down Expand Up @@ -15270,7 +15270,7 @@ struct death_knight_module_t : public module_t
.operation( hotfix::HOTFIX_SET )
.modifier( 1.144 )
.verification_value( 1.04 );
}
}*/

void init( player_t* ) const override
{
Expand Down

0 comments on commit 1d3cfdc

Please sign in to comment.