[9086] Limit maxTargets for spell 33711 and 38794

Also remove not strict required difficulty check for some spells and add lost comment from [9085]

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-12-29 20:13:55 +01:00
parent 4f54e09134
commit 468295392d
3 changed files with 10 additions and 9 deletions

View file

@ -7274,7 +7274,7 @@ void Aura::PeriodicDummyTick()
case 59858:
m_target->CastSpell(m_target, roll_chance_i(50) ? 50802 : 50803, true, NULL, this);
return;
case 50824:
case 50824: // Summon earthen dwarf
m_target->CastSpell(m_target, roll_chance_i(50) ? 50825 : 50826, true, NULL, this);
return;
// Exist more after, need add later