--- deliantra/server/random_maps/standalone.C 2008/09/29 10:32:50 1.19 +++ deliantra/server/random_maps/standalone.C 2009/10/11 18:18:03 1.20 @@ -173,7 +173,7 @@ for (y = 0; y < m->height; y++) for (tmp = GET_MAP_OB (m, x, y); tmp != NULL; tmp = tmp->above) if (tmp->above && (tmp->type == TRIGGER_BUTTON || tmp->type == TRIGGER_PEDESTAL)) - check_trigger (tmp, tmp->above); + check_trigger (tmp, tmp->above, tmp->above); } /**