Currently some events assume that if an area has no cuboids it is the global region. There in fact may be other cuboids, just not dRegion cuboids.
<c.location.cuboids.is_empty> isn't sufficient. Tags like that should be replaced with:
<c.location.cuboids.filter[starts_with[cu@dregions_%world%]].parse[after[cu@dregions_%world%_]]>
Currently some events assume that if an area has no cuboids it is the global region. There in fact may be other cuboids, just not dRegion cuboids.
<c.location.cuboids.is_empty>isn't sufficient. Tags like that should be replaced with: