diff --git a/zone/command.cpp b/zone/command.cpp index 2be3776af..f18b5b26f 100755 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -7432,10 +7432,10 @@ void command_roambox(Client *c, const Seperator *sep) WHERE id = {} ), box_size, - npc->GetX() - 100, - npc->GetX() + 100, - npc->GetY() - 100, - npc->GetY() + 100, + npc->GetX() - (box_size / 2), + npc->GetX() + (box_size / 2), + npc->GetY() - (box_size / 2), + npc->GetY() + (box_size / 2), delay, spawn_group_id );