Skip to content

Commit

Permalink
fix(Scripts/ZulAman): Increase Jan'alai teleport exclusion zone (#21115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Jan 8, 2025
1 parent cbfeb3e commit 373c442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class spell_summon_all_players_dummy: public SpellScript
Position pos = GetCaster()->GetPosition();
targets.remove_if([&, pos](WorldObject* target) -> bool
{
return target->IsWithinBox(pos, 18.0f, 18.0f, 18.0f);
return target->IsWithinBox(pos, 22.0f, 28.0f, 28.0f);
});
}

Expand Down

0 comments on commit 373c442

Please sign in to comment.