mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[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:
parent
4f54e09134
commit
468295392d
3 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue