mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Properly set box size [skip ci]
This commit is contained in:
parent
135eaae402
commit
31914eb0b6
@ -7432,10 +7432,10 @@ void command_roambox(Client *c, const Seperator *sep)
|
|||||||
WHERE id = {}
|
WHERE id = {}
|
||||||
),
|
),
|
||||||
box_size,
|
box_size,
|
||||||
npc->GetX() - 100,
|
npc->GetX() - (box_size / 2),
|
||||||
npc->GetX() + 100,
|
npc->GetX() + (box_size / 2),
|
||||||
npc->GetY() - 100,
|
npc->GetY() - (box_size / 2),
|
||||||
npc->GetY() + 100,
|
npc->GetY() + (box_size / 2),
|
||||||
delay,
|
delay,
|
||||||
spawn_group_id
|
spawn_group_id
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user