You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/class_modules/warlock/sc_warlock.hpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ struct warlock_t : public player_t
109
109
structbase_t
110
110
{
111
111
// Shared
112
-
constspell_data_t* drain_life;// TOCHECK: 11.1 PTR - Drain Life damage increased
112
+
constspell_data_t* drain_life;
113
113
constspell_data_t* corruption;
114
114
constspell_data_t* shadow_bolt;
115
115
constspell_data_t* nethermancy; // Int bonus for all cloth slots
@@ -623,7 +623,7 @@ struct warlock_t : public player_t
623
623
624
624
// Affliction Buffs
625
625
propagate_const<buff_t*> nightfall;
626
-
propagate_const<buff_t*> soul_rot; // Buff for determining if Drain Life is zero cost and aoe.
626
+
propagate_const<buff_t*> soul_rot; // Buff for determining if Drain Life is zero cost and aoe. TODO: After 11.1 goes live, remove old AoE Drain Life code
627
627
propagate_const<buff_t*> tormented_crescendo;
628
628
propagate_const<buff_t*> malign_omen;
629
629
propagate_const<buff_t*> dark_harvest_haste; // One buff in game...
0 commit comments