fix(Scripts/ZulAman): Increase Jan'alai teleport exclusion zone (#21115)
This commit is contained in:
parent
cbfeb3edbe
commit
373c442a1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue