Properly set box size [skip ci]

This commit is contained in:
Akkadius 2019-10-29 20:32:20 -05:00
parent 135eaae402
commit 31914eb0b6

View File

@ -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
); );