I'm not sure whats going on, but it will randomly crash the server when people are pvping.
local holyDeathArea = {
createCombatArea({
{0, 1, 0},
{1, 3, 1},
{0, 1, 0}
}),
createCombatArea({
{0, 1, 1, 1, 0},
{1, 1, 0, 1, 1},
{1, 0, 3, 0, 1},
{1, 1, 0, 1, 1},
{0, 1, 1, 1, 0}
})...