Skip to content

Commit 86712bd

Browse files
authored
1 parent f2909da commit 86712bd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

engine/class_modules/warlock/sc_warlock_pets.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -807,13 +807,6 @@ void wild_imp_pet_t::demise()
807807
{
808808
core_chance += o()->hero.sataiels_volition->effectN( 3 ).percent();
809809
}
810-
else
811-
{
812-
// NOTE: 2026-03-06 If a Wild Imp demise normally (by not being imploded), its actual Demoniac chance to generate a
813-
// demonic core is about 5x lower than indicated in the spell data (in our tests it is about ~2% instead of 10%).
814-
if ( o()->bugs )
815-
core_chance *= 0.2;
816-
}
817810

818811
if ( !o()->talents.demoniac.ok() )
819812
core_chance = 0.0;

0 commit comments

Comments
 (0)