mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/ZulAman): Increase Jan'alai teleport exclusion zone (#21115)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user